Html Css Color HEX #CE2439 Cardinal

📋 copy color: '#CE2439'

red 206 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #CE2439

Tints of Cardinal #CE2439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 68.9%
G = 12.04%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE2439 (or 0xCE2439) is known color: Cardinal. HEX triplet: CE, 24 and 39. RGB value is (206,36,57). Sum of RGB (Red+Green+Blue) = 206+36+57=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2439 is #31DBC6. Grayscale: #595959. Windows color (decimal): -3267527 or 3744974. OLE color: 3744974.

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

Color convert

RGB 206 36 57 -
CMYK 0 0.83 0.72 0.19
HSL 352.59º 0.7% 0.47% -
HSV(B) 352.59º 0.83% 0.81% -
XYZ 26.82 14.68 5.29 -
YUV 89.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 206 36 57 0 0.83 0.72 0.19 352.59 0.7 0.47
Hex CE 24 39 0 53 48 13 161 46 2F
Octal 316 44 71 0 123 110 23 541 106 57
Binary 11001110 100100 111001 0 1010011 1001000 10011 101100001 1000110 101111

Color Harmonies of #CE2439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2439

Black with #CE2439

Text Example


Text Example

White with #CE2439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2439; }

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

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

background-color css

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

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

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

border-color css

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

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

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