Html Css Color HEX #CE163F Cardinal

📋 copy color: '#CE163F'

red 206 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #CE163F

Tints of Cardinal #CE163F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 70.79%
G = 7.56%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE163F (or 0xCE163F) is known color: Cardinal. HEX triplet: CE, 16 and 3F. RGB value is (206,22,63). Sum of RGB (Red+Green+Blue) = 206+22+63=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE163F is #31E9C0. Grayscale: #515151. Windows color (decimal): -3271105 or 4134606. OLE color: 4134606.

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

Color convert

RGB 206 22 63 -
CMYK 0 0.89 0.69 0.19
HSL 346.63º 0.81% 0.45% -
HSV(B) 346.63º 0.89% 0.81% -
XYZ 26.64 14.05 6.01 -
YUV 81.69 117.46 216.67 -
System Red Green Blue C M Y K H S L
Decimal 206 22 63 0 0.89 0.69 0.19 346.63 0.81 0.45
Hex CE 16 3F 0 59 45 13 15B 51 2D
Octal 316 26 77 0 131 105 23 533 121 55
Binary 11001110 10110 111111 0 1011001 1000101 10011 101011011 1010001 101101

Color Harmonies of #CE163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE163F

Black with #CE163F

Text Example


Text Example

White with #CE163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE163F; }

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

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

background-color css

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

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

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

border-color css

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

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

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