Html Css Color HEX #CF2942 Brick Red

📋 copy color: '#CF2942'

red 207 ◦ green 41 ◦ blue 66

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

Shades of Brick Red #CF2942

Tints of Brick Red #CF2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

 BLUE value IS 66 (26.17% from 255) = 21.02%

R = 65.92%
G = 13.06%
B = 21.02%

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

#CF2942 (or 0xCF2942) is known color: Brick Red. HEX triplet: CF, 29 and 42. RGB value is (207,41,66). Sum of RGB (Red+Green+Blue) = 207+41+66=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2942 is #30D6BD. Grayscale: #5D5D5D. Windows color (decimal): -3200702 or 4336079. OLE color: 4336079.

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

Color convert

RGB 207 41 66 -
CMYK 0 0.80 0.68 0.19
HSL 350.96º 0.67% 0.49% -
HSV(B) 350.96º 0.8% 0.81% -
XYZ 27.51 15.24 6.65 -
YUV 93.48 112.5 208.97 -
System Red Green Blue C M Y K H S L
Decimal 207 41 66 0 0.80 0.68 0.19 350.96 0.67 0.49
Hex CF 29 42 0 50 44 13 15F 43 31
Octal 317 51 102 0 120 104 23 537 103 61
Binary 11001111 101001 1000010 0 1010000 1000100 10011 101011111 1000011 110001

Color Harmonies of #CF2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2942

Black with #CF2942

Text Example


Text Example

White with #CF2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2942; }

 p { color: rgb(207,41,66); }

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

background-color css

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

 a { background-color: rgb(207,41,66); }

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

border-color css

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

 span { border-color: rgb(207,41,66); }

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