Html Css Color HEX #CF2A43 Brick Red

📋 copy color: '#CF2A43'

red 207 ◦ green 42 ◦ blue 67

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

Shades of Brick Red #CF2A43

Tints of Brick Red #CF2A43

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.29%

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

R = 65.51%
G = 13.29%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF2A43 (or 0xCF2A43) is known color: Brick Red. HEX triplet: CF, 2A and 43. RGB value is (207,42,67). Sum of RGB (Red+Green+Blue) = 207+42+67=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A43 is #30D5BC. Grayscale: #5E5E5E. Windows color (decimal): -3200445 or 4401871. OLE color: 4401871.

HSL color Cylindrical-coordinate representation of color #CF2A43: hue angle of 350.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2A43 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 42 67 -
CMYK 0 0.80 0.68 0.19
HSL 350.91º 0.66% 0.49% -
HSV(B) 350.91º 0.8% 0.81% -
XYZ 27.57 15.33 6.82 -
YUV 94.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 207 42 67 0 0.80 0.68 0.19 350.91 0.66 0.49
Hex CF 2A 43 0 50 44 13 15F 42 31
Octal 317 52 103 0 120 104 23 537 102 61
Binary 11001111 101010 1000011 0 1010000 1000100 10011 101011111 1000010 110001

Color Harmonies of #CF2A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A43

Black with #CF2A43

Text Example


Text Example

White with #CF2A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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