Html Css Color HEX #CE1836 Cardinal

📋 copy color: '#CE1836'

red 206 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #CE1836

Tints of Cardinal #CE1836

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.45%

 BLUE value IS 54 (21.48% from 255) = 19.01%

R = 72.54%
G = 8.45%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE1836 (or 0xCE1836) is known color: Cardinal. HEX triplet: CE, 18 and 36. RGB value is (206,24,54). Sum of RGB (Red+Green+Blue) = 206+24+54=284 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.54% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1836 is #31E7C9. Grayscale: #515151. Windows color (decimal): -3270602 or 3545294. OLE color: 3545294.

HSL color Cylindrical-coordinate representation of color #CE1836: hue angle of 350.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE1836 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 24 54 -
CMYK 0 0.88 0.74 0.19
HSL 350.11º 0.79% 0.45% -
HSV(B) 350.11º 0.88% 0.81% -
XYZ 26.45 14.04 4.81 -
YUV 81.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 206 24 54 0 0.88 0.74 0.19 350.11 0.79 0.45
Hex CE 18 36 0 58 4A 13 15E 4F 2D
Octal 316 30 66 0 130 112 23 536 117 55
Binary 11001110 11000 110110 0 1011000 1001010 10011 101011110 1001111 101101

Color Harmonies of #CE1836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1836

Black with #CE1836

Text Example


Text Example

White with #CE1836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1836; }

 p { color: rgb(206,24,54); }

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

background-color css

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

 a { background-color: rgb(206,24,54); }

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

border-color css

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

 span { border-color: rgb(206,24,54); }

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