Html Css Color HEX #CE2039 Cardinal

📋 copy color: '#CE2039'

red 206 ◦ green 32 ◦ blue 57

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

Shades of Cardinal #CE2039

Tints of Cardinal #CE2039

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 69.83%
G = 10.85%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE2039 (or 0xCE2039) is known color: Cardinal. HEX triplet: CE, 20 and 39. RGB value is (206,32,57). Sum of RGB (Red+Green+Blue) = 206+32+57=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2039 is #31DFC6. Grayscale: #565656. Windows color (decimal): -3268551 or 3743950. OLE color: 3743950.

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

Color convert

RGB 206 32 57 -
CMYK 0 0.84 0.72 0.19
HSL 351.38º 0.73% 0.47% -
HSV(B) 351.38º 0.84% 0.81% -
XYZ 26.71 14.45 5.25 -
YUV 86.88 111.15 212.97 -
System Red Green Blue C M Y K H S L
Decimal 206 32 57 0 0.84 0.72 0.19 351.38 0.73 0.47
Hex CE 20 39 0 54 48 13 15F 49 2F
Octal 316 40 71 0 124 110 23 537 111 57
Binary 11001110 100000 111001 0 1010100 1001000 10011 101011111 1001001 101111

Color Harmonies of #CE2039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2039

Black with #CE2039

Text Example


Text Example

White with #CE2039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2039; }

 p { color: rgb(206,32,57); }

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

background-color css

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

 a { background-color: rgb(206,32,57); }

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

border-color css

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

 span { border-color: rgb(206,32,57); }

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