Html Css Color HEX #CF2A46 Brick Red

📋 copy color: '#CF2A46'

red 207 ◦ green 42 ◦ blue 70

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

Shades of Brick Red #CF2A46

Tints of Brick Red #CF2A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 64.89%
G = 13.17%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF2A46 (or 0xCF2A46) is known color: Brick Red. HEX triplet: CF, 2A and 46. RGB value is (207,42,70). Sum of RGB (Red+Green+Blue) = 207+42+70=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A46 is #30D5B9. Grayscale: #5E5E5E. Windows color (decimal): -3200442 or 4598479. OLE color: 4598479.

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

Color convert

RGB 207 42 70 -
CMYK 0 0.80 0.66 0.19
HSL 349.82º 0.66% 0.49% -
HSV(B) 349.82º 0.8% 0.81% -
XYZ 27.67 15.36 7.3 -
YUV 94.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 207 42 70 0 0.80 0.66 0.19 349.82 0.66 0.49
Hex CF 2A 46 0 50 42 13 15E 42 31
Octal 317 52 106 0 120 102 23 536 102 61
Binary 11001111 101010 1000110 0 1010000 1000010 10011 101011110 1000010 110001

Color Harmonies of #CF2A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A46

Black with #CF2A46

Text Example


Text Example

White with #CF2A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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