Html Css Color HEX #CE1632 Cardinal

📋 copy color: '#CE1632'

red 206 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #CE1632

Tints of Cardinal #CE1632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.99%

R = 74.1%
G = 7.91%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE1632 (or 0xCE1632) is known color: Cardinal. HEX triplet: CE, 16 and 32. RGB value is (206,22,50). Sum of RGB (Red+Green+Blue) = 206+22+50=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1632 is #31E9CD. Grayscale: #505050. Windows color (decimal): -3271118 or 3282638. OLE color: 3282638.

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

Color convert

RGB 206 22 50 -
CMYK 0 0.89 0.76 0.19
HSL 350.87º 0.81% 0.45% -
HSV(B) 350.87º 0.89% 0.81% -
XYZ 26.32 13.93 4.32 -
YUV 80.21 110.96 217.72 -
System Red Green Blue C M Y K H S L
Decimal 206 22 50 0 0.89 0.76 0.19 350.87 0.81 0.45
Hex CE 16 32 0 59 4C 13 15F 51 2D
Octal 316 26 62 0 131 114 23 537 121 55
Binary 11001110 10110 110010 0 1011001 1001100 10011 101011111 1010001 101101

Color Harmonies of #CE1632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1632

Black with #CE1632

Text Example


Text Example

White with #CE1632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1632; }

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

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

background-color css

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

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

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

border-color css

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

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

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