Html Css Color HEX #CE2B42 Brick Red

📋 copy color: '#CE2B42'

red 206 ◦ green 43 ◦ blue 66

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

Shades of Brick Red #CE2B42

Tints of Brick Red #CE2B42

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.65%

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

R = 65.4%
G = 13.65%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2B42 (or 0xCE2B42) is known color: Brick Red. HEX triplet: CE, 2B and 42. RGB value is (206,43,66). Sum of RGB (Red+Green+Blue) = 206+43+66=315 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.40% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2B42 is #31D4BD. Grayscale: #5E5E5E. Windows color (decimal): -3265726 or 4336590. OLE color: 4336590.

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

Color convert

RGB 206 43 66 -
CMYK 0 0.79 0.68 0.19
HSL 351.53º 0.65% 0.49% -
HSV(B) 351.53º 0.79% 0.81% -
XYZ 27.3 15.24 6.66 -
YUV 94.36 112 207.63 -
System Red Green Blue C M Y K H S L
Decimal 206 43 66 0 0.79 0.68 0.19 351.53 0.65 0.49
Hex CE 2B 42 0 4F 44 13 160 41 31
Octal 316 53 102 0 117 104 23 540 101 61
Binary 11001110 101011 1000010 0 1001111 1000100 10011 101100000 1000001 110001

Color Harmonies of #CE2B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2B42

Black with #CE2B42

Text Example


Text Example

White with #CE2B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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