Html Css Color HEX #CE3642 Brick Red

📋 copy color: '#CE3642'

red 206 ◦ green 54 ◦ blue 66

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

Shades of Brick Red #CE3642

Tints of Brick Red #CE3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

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

R = 63.19%
G = 16.56%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE3642 (or 0xCE3642) is known color: Brick Red. HEX triplet: CE, 36 and 42. RGB value is (206,54,66). Sum of RGB (Red+Green+Blue) = 206+54+66=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3642 is #31C9BD. Grayscale: #646464. Windows color (decimal): -3262910 or 4339406. OLE color: 4339406.

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

Color convert

RGB 206 54 66 -
CMYK 0 0.74 0.68 0.19
HSL 355.26º 0.61% 0.51% -
HSV(B) 355.26º 0.74% 0.81% -
XYZ 27.76 16.15 6.81 -
YUV 100.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 206 54 66 0 0.74 0.68 0.19 355.26 0.61 0.51
Hex CE 36 42 0 4A 44 13 163 3D 33
Octal 316 66 102 0 112 104 23 543 75 63
Binary 11001110 110110 1000010 0 1001010 1000100 10011 101100011 111101 110011

Color Harmonies of #CE3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3642

Black with #CE3642

Text Example


Text Example

White with #CE3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3642; }

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

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

background-color css

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

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

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

border-color css

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

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

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