Html Css Color HEX #CE1E44 Cardinal

📋 copy color: '#CE1E44'

red 206 ◦ green 30 ◦ blue 68

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

Shades of Cardinal #CE1E44

Tints of Cardinal #CE1E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 67.76%
G = 9.87%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CE1E44 (or 0xCE1E44) is known color: Cardinal. HEX triplet: CE, 1E and 44. RGB value is (206,30,68). Sum of RGB (Red+Green+Blue) = 206+30+68=304 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.76% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E44 is #31E1BB. Grayscale: #565656. Windows color (decimal): -3269052 or 4464334. OLE color: 4464334.

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

Color convert

RGB 206 30 68 -
CMYK 0 0.85 0.67 0.19
HSL 347.05º 0.75% 0.46% -
HSV(B) 347.05º 0.85% 0.81% -
XYZ 26.96 14.47 6.84 -
YUV 86.96 117.31 212.91 -
System Red Green Blue C M Y K H S L
Decimal 206 30 68 0 0.85 0.67 0.19 347.05 0.75 0.46
Hex CE 1E 44 0 55 43 13 15B 4B 2E
Octal 316 36 104 0 125 103 23 533 113 56
Binary 11001110 11110 1000100 0 1010101 1000011 10011 101011011 1001011 101110

Color Harmonies of #CE1E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E44

Black with #CE1E44

Text Example


Text Example

White with #CE1E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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