Html Css Color HEX #CF2049 Brick Red

📋 copy color: '#CF2049'

red 207 ◦ green 32 ◦ blue 73

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

Shades of Brick Red #CF2049

Tints of Brick Red #CF2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

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

R = 66.35%
G = 10.26%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF2049 (or 0xCF2049) is known color: Brick Red. HEX triplet: CF, 20 and 49. RGB value is (207,32,73). Sum of RGB (Red+Green+Blue) = 207+32+73=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2049 is #30DFB6. Grayscale: #595959. Windows color (decimal): -3202999 or 4792527. OLE color: 4792527.

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

Color convert

RGB 207 32 73 -
CMYK 0 0.85 0.65 0.19
HSL 345.94º 0.73% 0.47% -
HSV(B) 345.94º 0.85% 0.81% -
XYZ 27.45 14.78 7.71 -
YUV 89 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 207 32 73 0 0.85 0.65 0.19 345.94 0.73 0.47
Hex CF 20 49 0 55 41 13 15A 49 2F
Octal 317 40 111 0 125 101 23 532 111 57
Binary 11001111 100000 1001001 0 1010101 1000001 10011 101011010 1001001 101111

Color Harmonies of #CF2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2049

Black with #CF2049

Text Example


Text Example

White with #CF2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2049; }

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

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

background-color css

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

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

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

border-color css

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

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

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