Html Css Color HEX #CE1945 Cardinal

📋 copy color: '#CE1945'

red 206 ◦ green 25 ◦ blue 69

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

Shades of Cardinal #CE1945

Tints of Cardinal #CE1945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23%

R = 68.67%
G = 8.33%
B = 23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1945 (or 0xCE1945) is known color: Cardinal. HEX triplet: CE, 19 and 45. RGB value is (206,25,69). Sum of RGB (Red+Green+Blue) = 206+25+69=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1945 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1945 is #31E6BA. Grayscale: #545454. Windows color (decimal): -3270331 or 4528590. OLE color: 4528590.

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

Color convert

RGB 206 25 69 -
CMYK 0 0.88 0.67 0.19
HSL 345.41º 0.78% 0.45% -
HSV(B) 345.41º 0.88% 0.81% -
XYZ 26.88 14.25 6.96 -
YUV 84.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 206 25 69 0 0.88 0.67 0.19 345.41 0.78 0.45
Hex CE 19 45 0 58 43 13 159 4E 2D
Octal 316 31 105 0 130 103 23 531 116 55
Binary 11001110 11001 1000101 0 1011000 1000011 10011 101011001 1001110 101101

Color Harmonies of #CE1945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1945

Black with #CE1945

Text Example


Text Example

White with #CE1945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1945; }

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

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

background-color css

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

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

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

border-color css

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

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

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