Html Css Color HEX #CE1634 Cardinal

📋 copy color: '#CE1634'

red 206 ◦ green 22 ◦ blue 52

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

Shades of Cardinal #CE1634

Tints of Cardinal #CE1634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.57%

R = 73.57%
G = 7.86%
B = 18.57%

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

#CE1634 (or 0xCE1634) is known color: Cardinal. HEX triplet: CE, 16 and 34. RGB value is (206,22,52). Sum of RGB (Red+Green+Blue) = 206+22+52=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1634 is #31E9CB. Grayscale: #505050. Windows color (decimal): -3271116 or 3413710. OLE color: 3413710.

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

Color convert

RGB 206 22 52 -
CMYK 0 0.89 0.75 0.19
HSL 350.22º 0.81% 0.45% -
HSV(B) 350.22º 0.89% 0.81% -
XYZ 26.36 13.94 4.55 -
YUV 80.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 206 22 52 0 0.89 0.75 0.19 350.22 0.81 0.45
Hex CE 16 34 0 59 4B 13 15E 51 2D
Octal 316 26 64 0 131 113 23 536 121 55
Binary 11001110 10110 110100 0 1011001 1001011 10011 101011110 1010001 101101

Color Harmonies of #CE1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1634

Black with #CE1634

Text Example


Text Example

White with #CE1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1634; }

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

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

background-color css

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

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

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

border-color css

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

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

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