Html Css Color HEX #CE1D31 Cardinal

📋 copy color: '#CE1D31'

red 206 ◦ green 29 ◦ blue 49

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

Shades of Cardinal #CE1D31

Tints of Cardinal #CE1D31

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

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

R = 72.54%
G = 10.21%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1D31 (or 0xCE1D31) is known color: Cardinal. HEX triplet: CE, 1D and 31. RGB value is (206,29,49). Sum of RGB (Red+Green+Blue) = 206+29+49=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1D31 is #31E2CE. Grayscale: #545454. Windows color (decimal): -3269327 or 3218894. OLE color: 3218894.

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

Color convert

RGB 206 29 49 -
CMYK 0 0.86 0.76 0.19
HSL 353.22º 0.75% 0.46% -
HSV(B) 353.22º 0.86% 0.81% -
XYZ 26.45 14.22 4.26 -
YUV 84.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 206 29 49 0 0.86 0.76 0.19 353.22 0.75 0.46
Hex CE 1D 31 0 56 4C 13 161 4B 2E
Octal 316 35 61 0 126 114 23 541 113 56
Binary 11001110 11101 110001 0 1010110 1001100 10011 101100001 1001011 101110

Color Harmonies of #CE1D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1D31

Black with #CE1D31

Text Example


Text Example

White with #CE1D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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