Html Css Color HEX #CE2142 Cardinal

📋 copy color: '#CE2142'

red 206 ◦ green 33 ◦ blue 66

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

Shades of Cardinal #CE2142

Tints of Cardinal #CE2142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.64%

R = 67.54%
G = 10.82%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE2142 (or 0xCE2142) is known color: Cardinal. HEX triplet: CE, 21 and 42. RGB value is (206,33,66). Sum of RGB (Red+Green+Blue) = 206+33+66=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2142 is #31DEBD. Grayscale: #585858. Windows color (decimal): -3268286 or 4334030. OLE color: 4334030.

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

Color convert

RGB 206 33 66 -
CMYK 0 0.84 0.68 0.19
HSL 348.55º 0.72% 0.47% -
HSV(B) 348.55º 0.84% 0.81% -
XYZ 26.98 14.6 6.55 -
YUV 88.49 115.31 211.82 -
System Red Green Blue C M Y K H S L
Decimal 206 33 66 0 0.84 0.68 0.19 348.55 0.72 0.47
Hex CE 21 42 0 54 44 13 15D 48 2F
Octal 316 41 102 0 124 104 23 535 110 57
Binary 11001110 100001 1000010 0 1010100 1000100 10011 101011101 1001000 101111

Color Harmonies of #CE2142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2142

Black with #CE2142

Text Example


Text Example

White with #CE2142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2142; }

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

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

background-color css

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

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

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

border-color css

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

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

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