Html Css Color HEX #CE2331 Cardinal

📋 copy color: '#CE2331'

red 206 ◦ green 35 ◦ blue 49

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

Shades of Cardinal #CE2331

Tints of Cardinal #CE2331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.07%

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

R = 71.03%
G = 12.07%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE2331 (or 0xCE2331) is known color: Cardinal. HEX triplet: CE, 23 and 31. RGB value is (206,35,49). Sum of RGB (Red+Green+Blue) = 206+35+49=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2331 is #31DCCE. Grayscale: #575757. Windows color (decimal): -3267791 or 3220430. OLE color: 3220430.

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

Color convert

RGB 206 35 49 -
CMYK 0 0.83 0.76 0.19
HSL 355.09º 0.71% 0.47% -
HSV(B) 355.09º 0.83% 0.81% -
XYZ 26.61 14.55 4.31 -
YUV 87.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 206 35 49 0 0.83 0.76 0.19 355.09 0.71 0.47
Hex CE 23 31 0 53 4C 13 163 47 2F
Octal 316 43 61 0 123 114 23 543 107 57
Binary 11001110 100011 110001 0 1010011 1001100 10011 101100011 1000111 101111

Color Harmonies of #CE2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2331

Black with #CE2331

Text Example


Text Example

White with #CE2331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2331; }

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

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

background-color css

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

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

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

border-color css

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

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

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