Html Css Color HEX #CF4049 Brick Red

📋 copy color: '#CF4049'

red 207 ◦ green 64 ◦ blue 73

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

Shades of Brick Red #CF4049

Tints of Brick Red #CF4049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

 BLUE value IS 73 (28.91% from 255) = 21.22%

R = 60.17%
G = 18.6%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF4049 (or 0xCF4049) is known color: Brick Red. HEX triplet: CF, 40 and 49. RGB value is (207,64,73). Sum of RGB (Red+Green+Blue) = 207+64+73=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 73 (28.91% from 255 or 21.22% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4049 is #30BFB6. Grayscale: #6B6B6B. Windows color (decimal): -3194807 or 4800719. OLE color: 4800719.

HSL color Cylindrical-coordinate representation of color #CF4049: hue angle of 356.22º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4049 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 64 73 -
CMYK 0 0.69 0.65 0.19
HSL 356.22º 0.6% 0.53% -
HSV(B) 356.22º 0.69% 0.81% -
XYZ 28.77 17.41 8.15 -
YUV 107.78 108.38 198.77 -
System Red Green Blue C M Y K H S L
Decimal 207 64 73 0 0.69 0.65 0.19 356.22 0.6 0.53
Hex CF 40 49 0 45 41 13 164 3C 35
Octal 317 100 111 0 105 101 23 544 74 65
Binary 11001111 1000000 1001001 0 1000101 1000001 10011 101100100 111100 110101

Color Harmonies of #CF4049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4049

Black with #CF4049

Text Example


Text Example

White with #CF4049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4049; }

 p { color: rgb(207,64,73); }

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

background-color css

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

 a { background-color: rgb(207,64,73); }

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

border-color css

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

 span { border-color: rgb(207,64,73); }

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