Html Css Color HEX #CE1431 Cardinal

📋 copy color: '#CE1431'

red 206 ◦ green 20 ◦ blue 49

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

Shades of Cardinal #CE1431

Tints of Cardinal #CE1431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.27%

 BLUE value IS 49 (19.53% from 255) = 17.82%

R = 74.91%
G = 7.27%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1431 (or 0xCE1431) is known color: Cardinal. HEX triplet: CE, 14 and 31. RGB value is (206,20,49). Sum of RGB (Red+Green+Blue) = 206+20+49=275 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.91% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1431 is #31EBCE. Grayscale: #4E4E4E. Windows color (decimal): -3271631 or 3216590. OLE color: 3216590.

HSL color Cylindrical-coordinate representation of color #CE1431: hue angle of 350.65º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1431 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 49 -
CMYK 0 0.90 0.76 0.19
HSL 350.65º 0.82% 0.44% -
HSV(B) 350.65º 0.9% 0.81% -
XYZ 26.26 13.84 4.19 -
YUV 78.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 206 20 49 0 0.90 0.76 0.19 350.65 0.82 0.44
Hex CE 14 31 0 5A 4C 13 15F 52 2C
Octal 316 24 61 0 132 114 23 537 122 54
Binary 11001110 10100 110001 0 1011010 1001100 10011 101011111 1010010 101100

Color Harmonies of #CE1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1431

Black with #CE1431

Text Example


Text Example

White with #CE1431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1431; }

 p { color: rgb(206,20,49); }

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

background-color css

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

 a { background-color: rgb(206,20,49); }

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

border-color css

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

 span { border-color: rgb(206,20,49); }

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