Html Css Color HEX #CE3042 Brick Red

📋 copy color: '#CE3042'

red 206 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #CE3042

Tints of Brick Red #CE3042

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15%

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

R = 64.38%
G = 15%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3042 (or 0xCE3042) is known color: Brick Red. HEX triplet: CE, 30 and 42. RGB value is (206,48,66). Sum of RGB (Red+Green+Blue) = 206+48+66=320 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.38% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3042 is #31CFBD. Grayscale: #616161. Windows color (decimal): -3264446 or 4337870. OLE color: 4337870.

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

Color convert

RGB 206 48 66 -
CMYK 0 0.77 0.68 0.19
HSL 353.16º 0.62% 0.5% -
HSV(B) 353.16º 0.77% 0.81% -
XYZ 27.49 15.63 6.72 -
YUV 97.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 206 48 66 0 0.77 0.68 0.19 353.16 0.62 0.5
Hex CE 30 42 0 4D 44 13 161 3E 32
Octal 316 60 102 0 115 104 23 541 76 62
Binary 11001110 110000 1000010 0 1001101 1000100 10011 101100001 111110 110010

Color Harmonies of #CE3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3042

Black with #CE3042

Text Example


Text Example

White with #CE3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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