Html Css Color HEX #CE1E48 Cardinal

📋 copy color: '#CE1E48'

red 206 ◦ green 30 ◦ blue 72

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

Shades of Cardinal #CE1E48

Tints of Cardinal #CE1E48

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.74%

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

R = 66.88%
G = 9.74%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE1E48 (or 0xCE1E48) is known color: Cardinal. HEX triplet: CE, 1E and 48. RGB value is (206,30,72). Sum of RGB (Red+Green+Blue) = 206+30+72=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 30 (12.11% from 255 or 9.74% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E48 is #31E1B7. Grayscale: #575757. Windows color (decimal): -3269048 or 4726478. OLE color: 4726478.

HSL color Cylindrical-coordinate representation of color #CE1E48: hue angle of 345.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1E48 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 72 -
CMYK 0 0.85 0.65 0.19
HSL 345.68º 0.75% 0.46% -
HSV(B) 345.68º 0.85% 0.81% -
XYZ 27.09 14.52 7.51 -
YUV 87.41 119.31 212.58 -
System Red Green Blue C M Y K H S L
Decimal 206 30 72 0 0.85 0.65 0.19 345.68 0.75 0.46
Hex CE 1E 48 0 55 41 13 15A 4B 2E
Octal 316 36 110 0 125 101 23 532 113 56
Binary 11001110 11110 1001000 0 1010101 1000001 10011 101011010 1001011 101110

Color Harmonies of #CE1E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E48

Black with #CE1E48

Text Example


Text Example

White with #CE1E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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