Html Css Color HEX #CE2030 Cardinal

📋 copy color: '#CE2030'

red 206 ◦ green 32 ◦ blue 48

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

Shades of Cardinal #CE2030

Tints of Cardinal #CE2030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

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

R = 72.03%
G = 11.19%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CE2030 (or 0xCE2030) is known color: Cardinal. HEX triplet: CE, 20 and 30. RGB value is (206,32,48). Sum of RGB (Red+Green+Blue) = 206+32+48=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2030 is #31DFCF. Grayscale: #555555. Windows color (decimal): -3268560 or 3154126. OLE color: 3154126.

HSL color Cylindrical-coordinate representation of color #CE2030: hue angle of 354.48º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2030 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 32 48 -
CMYK 0 0.84 0.77 0.19
HSL 354.48º 0.73% 0.47% -
HSV(B) 354.48º 0.84% 0.81% -
XYZ 26.5 14.37 4.17 -
YUV 85.85 106.65 213.7 -
System Red Green Blue C M Y K H S L
Decimal 206 32 48 0 0.84 0.77 0.19 354.48 0.73 0.47
Hex CE 20 30 0 54 4D 13 162 49 2F
Octal 316 40 60 0 124 115 23 542 111 57
Binary 11001110 100000 110000 0 1010100 1001101 10011 101100010 1001001 101111

Color Harmonies of #CE2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2030

Black with #CE2030

Text Example


Text Example

White with #CE2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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