Html Css Color HEX #CE2A42 Brick Red

📋 copy color: '#CE2A42'

red 206 ◦ green 42 ◦ blue 66

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

Shades of Brick Red #CE2A42

Tints of Brick Red #CE2A42

RGB

 RED value IS 206 (80.86% from 255) = 65.61%

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

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

R = 65.61%
G = 13.38%
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

#CE2A42 (or 0xCE2A42) is known color: Brick Red. HEX triplet: CE, 2A and 42. RGB value is (206,42,66). Sum of RGB (Red+Green+Blue) = 206+42+66=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2A42 is #31D5BD. Grayscale: #5D5D5D. Windows color (decimal): -3265982 or 4336334. OLE color: 4336334.

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

Color convert

RGB 206 42 66 -
CMYK 0 0.80 0.68 0.19
HSL 351.22º 0.66% 0.49% -
HSV(B) 351.22º 0.8% 0.81% -
XYZ 27.26 15.17 6.65 -
YUV 93.77 112.33 208.05 -
System Red Green Blue C M Y K H S L
Decimal 206 42 66 0 0.80 0.68 0.19 351.22 0.66 0.49
Hex CE 2A 42 0 50 44 13 15F 42 31
Octal 316 52 102 0 120 104 23 537 102 61
Binary 11001110 101010 1000010 0 1010000 1000100 10011 101011111 1000010 110001

Color Harmonies of #CE2A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2A42

Black with #CE2A42

Text Example


Text Example

White with #CE2A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2A42; }

 p { color: rgb(206,42,66); }

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

background-color css

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

 a { background-color: rgb(206,42,66); }

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

border-color css

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

 span { border-color: rgb(206,42,66); }

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