Html Css Color HEX #CE3742 Brick Red

📋 copy color: '#CE3742'

red 206 ◦ green 55 ◦ blue 66

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

Shades of Brick Red #CE3742

Tints of Brick Red #CE3742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.82%

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

R = 63%
G = 16.82%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3742 (or 0xCE3742) is known color: Brick Red. HEX triplet: CE, 37 and 42. RGB value is (206,55,66). Sum of RGB (Red+Green+Blue) = 206+55+66=327 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.00% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3742 is #31C8BD. Grayscale: #656565. Windows color (decimal): -3262654 or 4339662. OLE color: 4339662.

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

Color convert

RGB 206 55 66 -
CMYK 0 0.73 0.68 0.19
HSL 355.63º 0.61% 0.51% -
HSV(B) 355.63º 0.73% 0.81% -
XYZ 27.8 16.25 6.82 -
YUV 101.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 206 55 66 0 0.73 0.68 0.19 355.63 0.61 0.51
Hex CE 37 42 0 49 44 13 164 3D 33
Octal 316 67 102 0 111 104 23 544 75 63
Binary 11001110 110111 1000010 0 1001001 1000100 10011 101100100 111101 110011

Color Harmonies of #CE3742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3742

Black with #CE3742

Text Example


Text Example

White with #CE3742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3742; }

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

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

background-color css

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

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

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

border-color css

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

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

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