Html Css Color HEX #CF2839 Brick Red

📋 copy color: '#CF2839'

red 207 ◦ green 40 ◦ blue 57

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

Shades of Brick Red #CF2839

Tints of Brick Red #CF2839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.16%

 BLUE value IS 57 (22.66% from 255) = 18.75%

R = 68.09%
G = 13.16%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CF2839 (or 0xCF2839) is known color: Brick Red. HEX triplet: CF, 28 and 39. RGB value is (207,40,57). Sum of RGB (Red+Green+Blue) = 207+40+57=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2839 is #30D7C6. Grayscale: #5B5B5B. Windows color (decimal): -3200967 or 3745999. OLE color: 3745999.

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

Color convert

RGB 207 40 57 -
CMYK 0 0.81 0.72 0.19
HSL 353.89º 0.68% 0.48% -
HSV(B) 353.89º 0.81% 0.81% -
XYZ 27.23 15.08 5.35 -
YUV 91.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 207 40 57 0 0.81 0.72 0.19 353.89 0.68 0.48
Hex CF 28 39 0 51 48 13 162 44 30
Octal 317 50 71 0 121 110 23 542 104 60
Binary 11001111 101000 111001 0 1010001 1001000 10011 101100010 1000100 110000

Color Harmonies of #CF2839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2839

Black with #CF2839

Text Example


Text Example

White with #CF2839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2839; }

 p { color: rgb(207,40,57); }

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

background-color css

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

 a { background-color: rgb(207,40,57); }

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

border-color css

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

 span { border-color: rgb(207,40,57); }

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