Html Css Color HEX #CF2447 Brick Red

📋 copy color: '#CF2447'

red 207 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #CF2447

Tints of Brick Red #CF2447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 65.92%
G = 11.46%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2447 (or 0xCF2447) is known color: Brick Red. HEX triplet: CF, 24 and 47. RGB value is (207,36,71). Sum of RGB (Red+Green+Blue) = 207+36+71=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2447 is #30DBB8. Grayscale: #5B5B5B. Windows color (decimal): -3201977 or 4662479. OLE color: 4662479.

HSL color Cylindrical-coordinate representation of color #CF2447: hue angle of 347.72º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF2447 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 36 71 -
CMYK 0 0.83 0.66 0.19
HSL 347.72º 0.7% 0.48% -
HSV(B) 347.72º 0.83% 0.81% -
XYZ 27.5 14.98 7.4 -
YUV 91.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 207 36 71 0 0.83 0.66 0.19 347.72 0.7 0.48
Hex CF 24 47 0 53 42 13 15C 46 30
Octal 317 44 107 0 123 102 23 534 106 60
Binary 11001111 100100 1000111 0 1010011 1000010 10011 101011100 1000110 110000

Color Harmonies of #CF2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2447

Black with #CF2447

Text Example


Text Example

White with #CF2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2447; }

 p { color: rgb(207,36,71); }

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

background-color css

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

 a { background-color: rgb(207,36,71); }

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

border-color css

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

 span { border-color: rgb(207,36,71); }

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