Html Css Color HEX #CE212E Cardinal

📋 copy color: '#CE212E'

red 206 ◦ green 33 ◦ blue 46

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

Shades of Cardinal #CE212E

Tints of Cardinal #CE212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.14%

R = 72.28%
G = 11.58%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE212E (or 0xCE212E) is known color: Cardinal. HEX triplet: CE, 21 and 2E. RGB value is (206,33,46). Sum of RGB (Red+Green+Blue) = 206+33+46=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE212E is #31DED1. Grayscale: #565656. Windows color (decimal): -3268306 or 3023310. OLE color: 3023310.

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

Color convert

RGB 206 33 46 -
CMYK 0 0.84 0.78 0.19
HSL 355.49º 0.72% 0.47% -
HSV(B) 355.49º 0.84% 0.81% -
XYZ 26.49 14.41 3.97 -
YUV 86.21 105.31 213.44 -
System Red Green Blue C M Y K H S L
Decimal 206 33 46 0 0.84 0.78 0.19 355.49 0.72 0.47
Hex CE 21 2E 0 54 4E 13 163 48 2F
Octal 316 41 56 0 124 116 23 543 110 57
Binary 11001110 100001 101110 0 1010100 1001110 10011 101100011 1001000 101111

Color Harmonies of #CE212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE212E

Black with #CE212E

Text Example


Text Example

White with #CE212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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