Html Css Color HEX #CE1835 Cardinal

📋 copy color: '#CE1835'

red 206 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #CE1835

Tints of Cardinal #CE1835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.73%

R = 72.79%
G = 8.48%
B = 18.73%

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

#CE1835 (or 0xCE1835) is known color: Cardinal. HEX triplet: CE, 18 and 35. RGB value is (206,24,53). Sum of RGB (Red+Green+Blue) = 206+24+53=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1835 is #31E7CA. Grayscale: #515151. Windows color (decimal): -3270603 or 3479758. OLE color: 3479758.

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

Color convert

RGB 206 24 53 -
CMYK 0 0.88 0.74 0.19
HSL 350.44º 0.79% 0.45% -
HSV(B) 350.44º 0.88% 0.81% -
XYZ 26.42 14.03 4.68 -
YUV 81.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 206 24 53 0 0.88 0.74 0.19 350.44 0.79 0.45
Hex CE 18 35 0 58 4A 13 15E 4F 2D
Octal 316 30 65 0 130 112 23 536 117 55
Binary 11001110 11000 110101 0 1011000 1001010 10011 101011110 1001111 101101

Color Harmonies of #CE1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1835

Black with #CE1835

Text Example


Text Example

White with #CE1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1835; }

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

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

background-color css

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

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

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

border-color css

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

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

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