Html Css Color HEX #CE1735 Cardinal

📋 copy color: '#CE1735'

red 206 ◦ green 23 ◦ blue 53

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

Shades of Cardinal #CE1735

Tints of Cardinal #CE1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 73.05%
G = 8.16%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE1735 (or 0xCE1735) is known color: Cardinal. HEX triplet: CE, 17 and 35. RGB value is (206,23,53). Sum of RGB (Red+Green+Blue) = 206+23+53=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE1735 is #31E8CA. Grayscale: #515151. Windows color (decimal): -3270859 or 3479502. OLE color: 3479502.

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

Color convert

RGB 206 23 53 -
CMYK 0 0.89 0.74 0.19
HSL 350.16º 0.8% 0.45% -
HSV(B) 350.16º 0.89% 0.81% -
XYZ 26.4 13.99 4.68 -
YUV 81.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 206 23 53 0 0.89 0.74 0.19 350.16 0.8 0.45
Hex CE 17 35 0 59 4A 13 15E 50 2D
Octal 316 27 65 0 131 112 23 536 120 55
Binary 11001110 10111 110101 0 1011001 1001010 10011 101011110 1010000 101101

Color Harmonies of #CE1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1735

Black with #CE1735

Text Example


Text Example

White with #CE1735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1735; }

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

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

background-color css

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

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

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

border-color css

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

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

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