Html Css Color HEX #CE1F31 Cardinal

📋 copy color: '#CE1F31'

red 206 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #CE1F31

Tints of Cardinal #CE1F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.84%

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

R = 72.03%
G = 10.84%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1F31 (or 0xCE1F31) is known color: Cardinal. HEX triplet: CE, 1F and 31. RGB value is (206,31,49). Sum of RGB (Red+Green+Blue) = 206+31+49=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE1F31 is #31E0CE. Grayscale: #555555. Windows color (decimal): -3268815 or 3219406. OLE color: 3219406.

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

Color convert

RGB 206 31 49 -
CMYK 0 0.85 0.76 0.19
HSL 353.83º 0.74% 0.46% -
HSV(B) 353.83º 0.85% 0.81% -
XYZ 26.5 14.32 4.27 -
YUV 85.38 107.48 214.04 -
System Red Green Blue C M Y K H S L
Decimal 206 31 49 0 0.85 0.76 0.19 353.83 0.74 0.46
Hex CE 1F 31 0 55 4C 13 162 4A 2E
Octal 316 37 61 0 125 114 23 542 112 56
Binary 11001110 11111 110001 0 1010101 1001100 10011 101100010 1001010 101110

Color Harmonies of #CE1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1F31

Black with #CE1F31

Text Example


Text Example

White with #CE1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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