Html Css Color HEX #CE213F Cardinal

📋 copy color: '#CE213F'

red 206 ◦ green 33 ◦ blue 63

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

Shades of Cardinal #CE213F

Tints of Cardinal #CE213F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 68.21%
G = 10.93%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE213F (or 0xCE213F) is known color: Cardinal. HEX triplet: CE, 21 and 3F. RGB value is (206,33,63). Sum of RGB (Red+Green+Blue) = 206+33+63=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE213F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE213F is #31DEC0. Grayscale: #585858. Windows color (decimal): -3268289 or 4137422. OLE color: 4137422.

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

Color convert

RGB 206 33 63 -
CMYK 0 0.84 0.69 0.19
HSL 349.6º 0.72% 0.47% -
HSV(B) 349.6º 0.84% 0.81% -
XYZ 26.89 14.57 6.1 -
YUV 88.15 113.81 212.06 -
System Red Green Blue C M Y K H S L
Decimal 206 33 63 0 0.84 0.69 0.19 349.6 0.72 0.47
Hex CE 21 3F 0 54 45 13 15E 48 2F
Octal 316 41 77 0 124 105 23 536 110 57
Binary 11001110 100001 111111 0 1010100 1000101 10011 101011110 1001000 101111

Color Harmonies of #CE213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE213F

Black with #CE213F

Text Example


Text Example

White with #CE213F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE213F; }

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

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

background-color css

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

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

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

border-color css

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

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

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