Html Css Color HEX #CE173D Cardinal

📋 copy color: '#CE173D'

red 206 ◦ green 23 ◦ blue 61

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

Shades of Cardinal #CE173D

Tints of Cardinal #CE173D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 71.03%
G = 7.93%
B = 21.03%

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

#CE173D (or 0xCE173D) is known color: Cardinal. HEX triplet: CE, 17 and 3D. RGB value is (206,23,61). Sum of RGB (Red+Green+Blue) = 206+23+61=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE173D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE173D is #31E8C2. Grayscale: #525252. Windows color (decimal): -3270851 or 4003790. OLE color: 4003790.

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

Color convert

RGB 206 23 61 -
CMYK 0 0.89 0.70 0.19
HSL 347.54º 0.8% 0.45% -
HSV(B) 347.54º 0.89% 0.81% -
XYZ 26.6 14.07 5.73 -
YUV 82.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 206 23 61 0 0.89 0.70 0.19 347.54 0.8 0.45
Hex CE 17 3D 0 59 46 13 15C 50 2D
Octal 316 27 75 0 131 106 23 534 120 55
Binary 11001110 10111 111101 0 1011001 1000110 10011 101011100 1010000 101101

Color Harmonies of #CE173D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE173D

Black with #CE173D

Text Example


Text Example

White with #CE173D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE173D; }

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

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

background-color css

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

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

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

border-color css

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

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

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