Html Css Color HEX #CE173E Cardinal

📋 copy color: '#CE173E'

red 206 ◦ green 23 ◦ blue 62

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

Shades of Cardinal #CE173E

Tints of Cardinal #CE173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 70.79%
G = 7.9%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE173E (or 0xCE173E) is known color: Cardinal. HEX triplet: CE, 17 and 3E. RGB value is (206,23,62). Sum of RGB (Red+Green+Blue) = 206+23+62=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE173E is #31E8C1. Grayscale: #525252. Windows color (decimal): -3270850 or 4069326. OLE color: 4069326.

HSL color Cylindrical-coordinate representation of color #CE173E: hue angle of 347.21º 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 #CE173E is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 23 62 -
CMYK 0 0.89 0.70 0.19
HSL 347.21º 0.8% 0.45% -
HSV(B) 347.21º 0.89% 0.81% -
XYZ 26.63 14.08 5.87 -
YUV 82.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 206 23 62 0 0.89 0.70 0.19 347.21 0.8 0.45
Hex CE 17 3E 0 59 46 13 15B 50 2D
Octal 316 27 76 0 131 106 23 533 120 55
Binary 11001110 10111 111110 0 1011001 1000110 10011 101011011 1010000 101101

Color Harmonies of #CE173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE173E

Black with #CE173E

Text Example


Text Example

White with #CE173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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