Html Css Color HEX #CF3945 Brick Red

📋 copy color: '#CF3945'

red 207 ◦ green 57 ◦ blue 69

#CF3945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CF3945

Tints of Brick Red #CF3945

RGB

 RED value IS 207 (81.25% from 255) = 62.16%

 GREEN value IS 57 (22.66% from 255) = 17.12%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 62.16%
G = 17.12%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF3945 (or 0xCF3945) is known color: Brick Red. HEX triplet: CF, 39 and 45. RGB value is (207,57,69). Sum of RGB (Red+Green+Blue) = 207+57+69=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3945 is #30C6BA. Grayscale: #676767. Windows color (decimal): -3196603 or 4536783. OLE color: 4536783.

HSL color Cylindrical-coordinate representation of color #CF3945: hue angle of 355.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3945 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 57 69 -
CMYK 0 0.72 0.67 0.19
HSL 355.2º 0.61% 0.52% -
HSV(B) 355.2º 0.72% 0.81% -
XYZ 28.27 16.62 7.35 -
YUV 103.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 207 57 69 0 0.72 0.67 0.19 355.2 0.61 0.52
Hex CF 39 45 0 48 43 13 163 3D 34
Octal 317 71 105 0 110 103 23 543 75 64
Binary 11001111 111001 1000101 0 1001000 1000011 10011 101100011 111101 110100

Color Harmonies of #CF3945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3945

Black with #CF3945

Text Example


Text Example

White with #CF3945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3945; }

 p { color: rgb(207,57,69); }

 H1.HeaderClassName
 {
   color: #CF3945;
 }
 .AnyTagClassName
 {
   color: #CF3945;
 }
</style>

background-color css

<style>
 a { background-color: #CF3945; }

 a { background-color: rgb(207,57,69); }

 div.DivClassName
 {
   background-color: #CF3945;
 }
 .BgClassName
 {
   background-color: #CF3945;
 }
</style>

border-color css

<style>
 span { border-color: #CF3945; }

 span { border-color: rgb(207,57,69); }

 td.TdClassName
 {
   border-color: #CF3945;
 }
 .TagClassName
 {
   border-color: #CF3945;
 }
</style>