Html Css Color HEX #CE163B Cardinal

📋 copy color: '#CE163B'

red 206 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #CE163B

Tints of Cardinal #CE163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.56%

R = 71.78%
G = 7.67%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CE163B (or 0xCE163B) is known color: Cardinal. HEX triplet: CE, 16 and 3B. RGB value is (206,22,59). Sum of RGB (Red+Green+Blue) = 206+22+59=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE163B is #31E9C4. Grayscale: #515151. Windows color (decimal): -3271109 or 3872462. OLE color: 3872462.

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

Color convert

RGB 206 22 59 -
CMYK 0 0.89 0.71 0.19
HSL 347.93º 0.81% 0.45% -
HSV(B) 347.93º 0.89% 0.81% -
XYZ 26.53 14.01 5.44 -
YUV 81.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 206 22 59 0 0.89 0.71 0.19 347.93 0.81 0.45
Hex CE 16 3B 0 59 47 13 15C 51 2D
Octal 316 26 73 0 131 107 23 534 121 55
Binary 11001110 10110 111011 0 1011001 1000111 10011 101011100 1010001 101101

Color Harmonies of #CE163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE163B

Black with #CE163B

Text Example


Text Example

White with #CE163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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