Html Css Color HEX #CF2048 Brick Red

📋 copy color: '#CF2048'

red 207 ◦ green 32 ◦ blue 72

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

Shades of Brick Red #CF2048

Tints of Brick Red #CF2048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 66.56%
G = 10.29%
B = 23.15%

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

#CF2048 (or 0xCF2048) is known color: Brick Red. HEX triplet: CF, 20 and 48. RGB value is (207,32,72). Sum of RGB (Red+Green+Blue) = 207+32+72=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2048 is #30DFB7. Grayscale: #585858. Windows color (decimal): -3203000 or 4726991. OLE color: 4726991.

HSL color Cylindrical-coordinate representation of color #CF2048: hue angle of 346.29º 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 #CF2048 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 32 72 -
CMYK 0 0.85 0.65 0.19
HSL 346.29º 0.73% 0.47% -
HSV(B) 346.29º 0.85% 0.81% -
XYZ 27.42 14.77 7.54 -
YUV 88.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 207 32 72 0 0.85 0.65 0.19 346.29 0.73 0.47
Hex CF 20 48 0 55 41 13 15A 49 2F
Octal 317 40 110 0 125 101 23 532 111 57
Binary 11001111 100000 1001000 0 1010101 1000001 10011 101011010 1001001 101111

Color Harmonies of #CF2048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2048

Black with #CF2048

Text Example


Text Example

White with #CF2048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2048; }

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

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

background-color css

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

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

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

border-color css

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

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

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