Html Css Color HEX #CE163E Cardinal

📋 copy color: '#CE163E'

red 206 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #CE163E

Tints of Cardinal #CE163E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 71.03%
G = 7.59%
B = 21.38%

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

#CE163E (or 0xCE163E) is known color: Cardinal. HEX triplet: CE, 16 and 3E. RGB value is (206,22,62). Sum of RGB (Red+Green+Blue) = 206+22+62=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE163E is #31E9C1. Grayscale: #515151. Windows color (decimal): -3271106 or 4069070. OLE color: 4069070.

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

Color convert

RGB 206 22 62 -
CMYK 0 0.89 0.70 0.19
HSL 346.96º 0.81% 0.45% -
HSV(B) 346.96º 0.89% 0.81% -
XYZ 26.61 14.04 5.87 -
YUV 81.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 206 22 62 0 0.89 0.70 0.19 346.96 0.81 0.45
Hex CE 16 3E 0 59 46 13 15B 51 2D
Octal 316 26 76 0 131 106 23 533 121 55
Binary 11001110 10110 111110 0 1011001 1000110 10011 101011011 1010001 101101

Color Harmonies of #CE163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE163E

Black with #CE163E

Text Example


Text Example

White with #CE163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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