Html Css Color HEX #CE213E Cardinal

📋 copy color: '#CE213E'

red 206 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #CE213E

Tints of Cardinal #CE213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.6%

R = 68.44%
G = 10.96%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE213E (or 0xCE213E) is known color: Cardinal. HEX triplet: CE, 21 and 3E. RGB value is (206,33,62). Sum of RGB (Red+Green+Blue) = 206+33+62=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE213E is #31DEC1. Grayscale: #585858. Windows color (decimal): -3268290 or 4071886. OLE color: 4071886.

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

Color convert

RGB 206 33 62 -
CMYK 0 0.84 0.70 0.19
HSL 349.94º 0.72% 0.47% -
HSV(B) 349.94º 0.84% 0.81% -
XYZ 26.87 14.56 5.95 -
YUV 88.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 206 33 62 0 0.84 0.70 0.19 349.94 0.72 0.47
Hex CE 21 3E 0 54 46 13 15E 48 2F
Octal 316 41 76 0 124 106 23 536 110 57
Binary 11001110 100001 111110 0 1010100 1000110 10011 101011110 1001000 101111

Color Harmonies of #CE213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE213E

Black with #CE213E

Text Example


Text Example

White with #CE213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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