Html Css Color HEX #CE163A Cardinal

📋 copy color: '#CE163A'

red 206 ◦ green 22 ◦ blue 58

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

Shades of Cardinal #CE163A

Tints of Cardinal #CE163A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 72.03%
G = 7.69%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#CE163A (or 0xCE163A) is known color: Cardinal. HEX triplet: CE, 16 and 3A. RGB value is (206,22,58). Sum of RGB (Red+Green+Blue) = 206+22+58=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE163A is #31E9C5. Grayscale: #515151. Windows color (decimal): -3271110 or 3806926. OLE color: 3806926.

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

Color convert

RGB 206 22 58 -
CMYK 0 0.89 0.72 0.19
HSL 348.26º 0.81% 0.45% -
HSV(B) 348.26º 0.89% 0.81% -
XYZ 26.5 14 5.31 -
YUV 81.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 206 22 58 0 0.89 0.72 0.19 348.26 0.81 0.45
Hex CE 16 3A 0 59 48 13 15C 51 2D
Octal 316 26 72 0 131 110 23 534 121 55
Binary 11001110 10110 111010 0 1011001 1001000 10011 101011100 1010001 101101

Color Harmonies of #CE163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE163A

Black with #CE163A

Text Example


Text Example

White with #CE163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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