Html Css Color HEX #CE1E30 Cardinal

📋 copy color: '#CE1E30'

red 206 ◦ green 30 ◦ blue 48

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

Shades of Cardinal #CE1E30

Tints of Cardinal #CE1E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 72.54%
G = 10.56%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE1E30 (or 0xCE1E30) is known color: Cardinal. HEX triplet: CE, 1E and 30. RGB value is (206,30,48). Sum of RGB (Red+Green+Blue) = 206+30+48=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1E30 is #31E1CF. Grayscale: #545454. Windows color (decimal): -3269072 or 3153614. OLE color: 3153614.

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

Color convert

RGB 206 30 48 -
CMYK 0 0.85 0.77 0.19
HSL 353.86º 0.75% 0.46% -
HSV(B) 353.86º 0.85% 0.81% -
XYZ 26.45 14.26 4.16 -
YUV 84.68 107.31 214.54 -
System Red Green Blue C M Y K H S L
Decimal 206 30 48 0 0.85 0.77 0.19 353.86 0.75 0.46
Hex CE 1E 30 0 55 4D 13 162 4B 2E
Octal 316 36 60 0 125 115 23 542 113 56
Binary 11001110 11110 110000 0 1010101 1001101 10011 101100010 1001011 101110

Color Harmonies of #CE1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1E30

Black with #CE1E30

Text Example


Text Example

White with #CE1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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