Html Css Color HEX #CE1837 Cardinal

📋 copy color: '#CE1837'

red 206 ◦ green 24 ◦ blue 55

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

Shades of Cardinal #CE1837

Tints of Cardinal #CE1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.42%

 BLUE value IS 55 (21.88% from 255) = 19.3%

R = 72.28%
G = 8.42%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1837 (or 0xCE1837) is known color: Cardinal. HEX triplet: CE, 18 and 37. RGB value is (206,24,55). Sum of RGB (Red+Green+Blue) = 206+24+55=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1837 is #31E7C8. Grayscale: #525252. Windows color (decimal): -3270601 or 3610830. OLE color: 3610830.

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

Color convert

RGB 206 24 55 -
CMYK 0 0.88 0.73 0.19
HSL 349.78º 0.79% 0.45% -
HSV(B) 349.78º 0.88% 0.81% -
XYZ 26.47 14.05 4.93 -
YUV 81.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 206 24 55 0 0.88 0.73 0.19 349.78 0.79 0.45
Hex CE 18 37 0 58 49 13 15E 4F 2D
Octal 316 30 67 0 130 111 23 536 117 55
Binary 11001110 11000 110111 0 1011000 1001001 10011 101011110 1001111 101101

Color Harmonies of #CE1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1837

Black with #CE1837

Text Example


Text Example

White with #CE1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1837; }

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

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

background-color css

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

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

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

border-color css

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

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

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