Html Css Color HEX #CE2642 Brick Red

📋 copy color: '#CE2642'

red 206 ◦ green 38 ◦ blue 66

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

Shades of Brick Red #CE2642

Tints of Brick Red #CE2642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.26%

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

R = 66.45%
G = 12.26%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2642 (or 0xCE2642) is known color: Brick Red. HEX triplet: CE, 26 and 42. RGB value is (206,38,66). Sum of RGB (Red+Green+Blue) = 206+38+66=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2642 is #31D9BD. Grayscale: #5B5B5B. Windows color (decimal): -3267006 or 4335310. OLE color: 4335310.

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

Color convert

RGB 206 38 66 -
CMYK 0 0.82 0.68 0.19
HSL 350º 0.69% 0.48% -
HSV(B) 350º 0.82% 0.81% -
XYZ 27.13 14.9 6.6 -
YUV 91.42 113.66 209.72 -
System Red Green Blue C M Y K H S L
Decimal 206 38 66 0 0.82 0.68 0.19 350 0.69 0.48
Hex CE 26 42 0 52 44 13 15E 45 30
Octal 316 46 102 0 122 104 23 536 105 60
Binary 11001110 100110 1000010 0 1010010 1000100 10011 101011110 1000101 110000

Color Harmonies of #CE2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2642

Black with #CE2642

Text Example


Text Example

White with #CE2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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