Html Css Color HEX #CE2042 Cardinal

📋 copy color: '#CE2042'

red 206 ◦ green 32 ◦ blue 66

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

Shades of Cardinal #CE2042

Tints of Cardinal #CE2042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.53%

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

R = 67.76%
G = 10.53%
B = 21.71%

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

#CE2042 (or 0xCE2042) is known color: Cardinal. HEX triplet: CE, 20 and 42. RGB value is (206,32,66). Sum of RGB (Red+Green+Blue) = 206+32+66=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2042 is #31DFBD. Grayscale: #575757. Windows color (decimal): -3268542 or 4333774. OLE color: 4333774.

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

Color convert

RGB 206 32 66 -
CMYK 0 0.84 0.68 0.19
HSL 348.28º 0.73% 0.47% -
HSV(B) 348.28º 0.84% 0.81% -
XYZ 26.95 14.55 6.54 -
YUV 87.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 206 32 66 0 0.84 0.68 0.19 348.28 0.73 0.47
Hex CE 20 42 0 54 44 13 15C 49 2F
Octal 316 40 102 0 124 104 23 534 111 57
Binary 11001110 100000 1000010 0 1010100 1000100 10011 101011100 1001001 101111

Color Harmonies of #CE2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2042

Black with #CE2042

Text Example


Text Example

White with #CE2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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