Html Css Color HEX #CE2137 Cardinal

📋 copy color: '#CE2137'

red 206 ◦ green 33 ◦ blue 55

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

Shades of Cardinal #CE2137

Tints of Cardinal #CE2137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 70.07%
G = 11.22%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#CE2137 (or 0xCE2137) is known color: Cardinal. HEX triplet: CE, 21 and 37. RGB value is (206,33,55). Sum of RGB (Red+Green+Blue) = 206+33+55=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2137 is #31DEC8. Grayscale: #575757. Windows color (decimal): -3268297 or 3613134. OLE color: 3613134.

HSL color Cylindrical-coordinate representation of color #CE2137: hue angle of 352.37º degrees, saturation: 0.72, 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 #CE2137 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 33 55 -
CMYK 0 0.84 0.73 0.19
HSL 352.37º 0.72% 0.47% -
HSV(B) 352.37º 0.84% 0.81% -
XYZ 26.69 14.49 5 -
YUV 87.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 206 33 55 0 0.84 0.73 0.19 352.37 0.72 0.47
Hex CE 21 37 0 54 49 13 160 48 2F
Octal 316 41 67 0 124 111 23 540 110 57
Binary 11001110 100001 110111 0 1010100 1001001 10011 101100000 1001000 101111

Color Harmonies of #CE2137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2137

Black with #CE2137

Text Example


Text Example

White with #CE2137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2137; }

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

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

background-color css

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

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

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

border-color css

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

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

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