Html Css Color HEX #CF2443 Brick Red

📋 copy color: '#CF2443'

red 207 ◦ green 36 ◦ blue 67

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

Shades of Brick Red #CF2443

Tints of Brick Red #CF2443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 66.77%
G = 11.61%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF2443 (or 0xCF2443) is known color: Brick Red. HEX triplet: CF, 24 and 43. RGB value is (207,36,67). Sum of RGB (Red+Green+Blue) = 207+36+67=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2443 is #30DBBC. Grayscale: #5A5A5A. Windows color (decimal): -3201981 or 4400335. OLE color: 4400335.

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

Color convert

RGB 207 36 67 -
CMYK 0 0.83 0.68 0.19
HSL 349.12º 0.7% 0.48% -
HSV(B) 349.12º 0.83% 0.81% -
XYZ 27.38 14.93 6.75 -
YUV 90.66 114.65 210.98 -
System Red Green Blue C M Y K H S L
Decimal 207 36 67 0 0.83 0.68 0.19 349.12 0.7 0.48
Hex CF 24 43 0 53 44 13 15D 46 30
Octal 317 44 103 0 123 104 23 535 106 60
Binary 11001111 100100 1000011 0 1010011 1000100 10011 101011101 1000110 110000

Color Harmonies of #CF2443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2443

Black with #CF2443

Text Example


Text Example

White with #CF2443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2443; }

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

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

background-color css

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

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

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

border-color css

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

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

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