Html Css Color HEX #CE1948 Cardinal

📋 copy color: '#CE1948'

red 206 ◦ green 25 ◦ blue 72

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

Shades of Cardinal #CE1948

Tints of Cardinal #CE1948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.76%

R = 67.99%
G = 8.25%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1948 (or 0xCE1948) is known color: Cardinal. HEX triplet: CE, 19 and 48. RGB value is (206,25,72). Sum of RGB (Red+Green+Blue) = 206+25+72=303 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.99% from 303); Green value is 25 (10.16% from 255 or 8.25% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1948 is #31E6B7. Grayscale: #545454. Windows color (decimal): -3270328 or 4725198. OLE color: 4725198.

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

Color convert

RGB 206 25 72 -
CMYK 0 0.88 0.65 0.19
HSL 344.42º 0.78% 0.45% -
HSV(B) 344.42º 0.88% 0.81% -
XYZ 26.97 14.28 7.47 -
YUV 84.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 206 25 72 0 0.88 0.65 0.19 344.42 0.78 0.45
Hex CE 19 48 0 58 41 13 158 4E 2D
Octal 316 31 110 0 130 101 23 530 116 55
Binary 11001110 11001 1001000 0 1011000 1000001 10011 101011000 1001110 101101

Color Harmonies of #CE1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1948

Black with #CE1948

Text Example


Text Example

White with #CE1948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1948; }

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

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

background-color css

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

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

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

border-color css

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

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

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