Html Css Color HEX #CE1731 Cardinal

📋 copy color: '#CE1731'

red 206 ◦ green 23 ◦ blue 49

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

Shades of Cardinal #CE1731

Tints of Cardinal #CE1731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.27%

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

R = 74.1%
G = 8.27%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1731 (or 0xCE1731) is known color: Cardinal. HEX triplet: CE, 17 and 31. RGB value is (206,23,49). Sum of RGB (Red+Green+Blue) = 206+23+49=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1731 is #31E8CE. Grayscale: #505050. Windows color (decimal): -3270863 or 3217358. OLE color: 3217358.

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

Color convert

RGB 206 23 49 -
CMYK 0 0.89 0.76 0.19
HSL 351.48º 0.8% 0.45% -
HSV(B) 351.48º 0.89% 0.81% -
XYZ 26.31 13.96 4.21 -
YUV 80.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 206 23 49 0 0.89 0.76 0.19 351.48 0.8 0.45
Hex CE 17 31 0 59 4C 13 15F 50 2D
Octal 316 27 61 0 131 114 23 537 120 55
Binary 11001110 10111 110001 0 1011001 1001100 10011 101011111 1010000 101101

Color Harmonies of #CE1731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1731

Black with #CE1731

Text Example


Text Example

White with #CE1731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1731; }

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

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

background-color css

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

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

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

border-color css

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

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

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