Html Css Color HEX #CE1941 Cardinal

📋 copy color: '#CE1941'

red 206 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #CE1941

Tints of Cardinal #CE1941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 69.59%
G = 8.45%
B = 21.96%

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

#CE1941 (or 0xCE1941) is known color: Cardinal. HEX triplet: CE, 19 and 41. RGB value is (206,25,65). Sum of RGB (Red+Green+Blue) = 206+25+65=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1941 is #31E6BE. Grayscale: #535353. Windows color (decimal): -3270335 or 4266446. OLE color: 4266446.

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

Color convert

RGB 206 25 65 -
CMYK 0 0.88 0.68 0.19
HSL 346.74º 0.78% 0.45% -
HSV(B) 346.74º 0.88% 0.81% -
XYZ 26.76 14.2 6.33 -
YUV 83.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 206 25 65 0 0.88 0.68 0.19 346.74 0.78 0.45
Hex CE 19 41 0 58 44 13 15B 4E 2D
Octal 316 31 101 0 130 104 23 533 116 55
Binary 11001110 11001 1000001 0 1011000 1000100 10011 101011011 1001110 101101

Color Harmonies of #CE1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1941

Black with #CE1941

Text Example


Text Example

White with #CE1941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1941; }

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

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

background-color css

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

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

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

border-color css

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

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

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