Html Css Color HEX #CE1331 Cardinal

📋 copy color: '#CE1331'

red 206 ◦ green 19 ◦ blue 49

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

Shades of Cardinal #CE1331

Tints of Cardinal #CE1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

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

R = 75.18%
G = 6.93%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1331 (or 0xCE1331) is known color: Cardinal. HEX triplet: CE, 13 and 31. RGB value is (206,19,49). Sum of RGB (Red+Green+Blue) = 206+19+49=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1331 is #31ECCE. Grayscale: #4E4E4E. Windows color (decimal): -3271887 or 3216334. OLE color: 3216334.

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

Color convert

RGB 206 19 49 -
CMYK 0 0.91 0.76 0.19
HSL 350.37º 0.83% 0.44% -
HSV(B) 350.37º 0.91% 0.81% -
XYZ 26.24 13.81 4.19 -
YUV 78.33 111.45 219.06 -
System Red Green Blue C M Y K H S L
Decimal 206 19 49 0 0.91 0.76 0.19 350.37 0.83 0.44
Hex CE 13 31 0 5B 4C 13 15E 53 2C
Octal 316 23 61 0 133 114 23 536 123 54
Binary 11001110 10011 110001 0 1011011 1001100 10011 101011110 1010011 101100

Color Harmonies of #CE1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1331

Black with #CE1331

Text Example


Text Example

White with #CE1331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1331; }

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

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

background-color css

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

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

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

border-color css

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

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

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