Html Css Color HEX #CE0035 Crimson

📋 copy color: '#CE0035'

red 206 ◦ green 0 ◦ blue 53

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

Shades of Crimson #CE0035

Tints of Crimson #CE0035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.54%
G = 0%
B = 20.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0035 (or 0xCE0035) is known color: Crimson. HEX triplet: CE, 00 and 35. RGB value is (206,0,53). Sum of RGB (Red+Green+Blue) = 206+0+53=259 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.54% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0035 is #31FFCA. Grayscale: #434343. Windows color (decimal): -3276747 or 3473614. OLE color: 3473614.

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

Color convert

RGB 206 0 53 -
CMYK 0 1 0.74 0.19
HSL 344.56º 1% 0.4% -
HSV(B) 344.56º 1% 0.81% -
XYZ 26.1 13.38 4.58 -
YUV 67.64 119.75 226.69 -
System Red Green Blue C M Y K H S L
Decimal 206 0 53 0 1 0.74 0.19 344.56 1 0.4
Hex CE 0 35 0 64 4A 13 159 64 28
Octal 316 0 65 0 144 112 23 531 144 50
Binary 11001110 0 110101 0 1100100 1001010 10011 101011001 1100100 101000

Color Harmonies of #CE0035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0035

Black with #CE0035

Text Example


Text Example

White with #CE0035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0035; }

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

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

background-color css

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

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

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

border-color css

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

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

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