Html Css Color HEX #CE1633 Cardinal

📋 copy color: '#CE1633'

red 206 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #CE1633

Tints of Cardinal #CE1633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.28%

R = 73.84%
G = 7.89%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE1633 (or 0xCE1633) is known color: Cardinal. HEX triplet: CE, 16 and 33. RGB value is (206,22,51). Sum of RGB (Red+Green+Blue) = 206+22+51=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1633 is #31E9CC. Grayscale: #505050. Windows color (decimal): -3271117 or 3348174. OLE color: 3348174.

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

Color convert

RGB 206 22 51 -
CMYK 0 0.89 0.75 0.19
HSL 350.54º 0.81% 0.45% -
HSV(B) 350.54º 0.89% 0.81% -
XYZ 26.34 13.93 4.43 -
YUV 80.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 206 22 51 0 0.89 0.75 0.19 350.54 0.81 0.45
Hex CE 16 33 0 59 4B 13 15F 51 2D
Octal 316 26 63 0 131 113 23 537 121 55
Binary 11001110 10110 110011 0 1011001 1001011 10011 101011111 1010001 101101

Color Harmonies of #CE1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1633

Black with #CE1633

Text Example


Text Example

White with #CE1633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1633; }

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

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

background-color css

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

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

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

border-color css

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

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

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