Html Css Color HEX #CE1437 Cardinal

📋 copy color: '#CE1437'

red 206 ◦ green 20 ◦ blue 55

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

Shades of Cardinal #CE1437

Tints of Cardinal #CE1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 73.31%
G = 7.12%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE1437 (or 0xCE1437) is known color: Cardinal. HEX triplet: CE, 14 and 37. RGB value is (206,20,55). Sum of RGB (Red+Green+Blue) = 206+20+55=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1437 is #31EBC8. Grayscale: #4F4F4F. Windows color (decimal): -3271625 or 3609806. OLE color: 3609806.

HSL color Cylindrical-coordinate representation of color #CE1437: hue angle of 348.71º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1437 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 55 -
CMYK 0 0.90 0.73 0.19
HSL 348.71º 0.82% 0.44% -
HSV(B) 348.71º 0.9% 0.81% -
XYZ 26.39 13.9 4.91 -
YUV 79.6 114.12 218.15 -
System Red Green Blue C M Y K H S L
Decimal 206 20 55 0 0.90 0.73 0.19 348.71 0.82 0.44
Hex CE 14 37 0 5A 49 13 15D 52 2C
Octal 316 24 67 0 132 111 23 535 122 54
Binary 11001110 10100 110111 0 1011010 1001001 10011 101011101 1010010 101100

Color Harmonies of #CE1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1437

Black with #CE1437

Text Example


Text Example

White with #CE1437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1437; }

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

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

background-color css

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

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

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

border-color css

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

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

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