Html Css Color HEX #CE1942 Cardinal

📋 copy color: '#CE1942'

red 206 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #CE1942

Tints of Cardinal #CE1942

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.42%

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

R = 69.36%
G = 8.42%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE1942 (or 0xCE1942) is known color: Cardinal. HEX triplet: CE, 19 and 42. RGB value is (206,25,66). Sum of RGB (Red+Green+Blue) = 206+25+66=297 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.36% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1942 is #31E6BD. Grayscale: #535353. Windows color (decimal): -3270334 or 4331982. OLE color: 4331982.

HSL color Cylindrical-coordinate representation of color #CE1942: hue angle of 346.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1942 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 25 66 -
CMYK 0 0.88 0.68 0.19
HSL 346.41º 0.78% 0.45% -
HSV(B) 346.41º 0.88% 0.81% -
XYZ 26.78 14.21 6.49 -
YUV 83.79 117.97 215.17 -
System Red Green Blue C M Y K H S L
Decimal 206 25 66 0 0.88 0.68 0.19 346.41 0.78 0.45
Hex CE 19 42 0 58 44 13 15A 4E 2D
Octal 316 31 102 0 130 104 23 532 116 55
Binary 11001110 11001 1000010 0 1011000 1000100 10011 101011010 1001110 101101

Color Harmonies of #CE1942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1942

Black with #CE1942

Text Example


Text Example

White with #CE1942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1942; }

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

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

background-color css

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

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

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

border-color css

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

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

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