Html Css Color HEX #CF2A3C Brick Red

📋 copy color: '#CF2A3C'

red 207 ◦ green 42 ◦ blue 60

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

Shades of Brick Red #CF2A3C

Tints of Brick Red #CF2A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.42%

R = 66.99%
G = 13.59%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF2A3C (or 0xCF2A3C) is known color: Brick Red. HEX triplet: CF, 2A and 3C. RGB value is (207,42,60). Sum of RGB (Red+Green+Blue) = 207+42+60=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2A3C is #30D5C3. Grayscale: #5D5D5D. Windows color (decimal): -3200452 or 3943119. OLE color: 3943119.

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

Color convert

RGB 207 42 60 -
CMYK 0 0.80 0.71 0.19
HSL 353.45º 0.66% 0.49% -
HSV(B) 353.45º 0.8% 0.81% -
XYZ 27.38 15.25 5.78 -
YUV 93.39 109.16 209.04 -
System Red Green Blue C M Y K H S L
Decimal 207 42 60 0 0.80 0.71 0.19 353.45 0.66 0.49
Hex CF 2A 3C 0 50 47 13 161 42 31
Octal 317 52 74 0 120 107 23 541 102 61
Binary 11001111 101010 111100 0 1010000 1000111 10011 101100001 1000010 110001

Color Harmonies of #CF2A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2A3C

Black with #CF2A3C

Text Example


Text Example

White with #CF2A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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