Html Css Color HEX #CE0C35 Crimson

📋 copy color: '#CE0C35'

red 206 ◦ green 12 ◦ blue 53

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

Shades of Crimson #CE0C35

Tints of Crimson #CE0C35

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

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

R = 76.01%
G = 4.43%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0C35 (or 0xCE0C35) is known color: Crimson. HEX triplet: CE, 0C and 35. RGB value is (206,12,53). Sum of RGB (Red+Green+Blue) = 206+12+53=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0C35 is #31F3CA. Grayscale: #4A4A4A. Windows color (decimal): -3273675 or 3476686. OLE color: 3476686.

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

Color convert

RGB 206 12 53 -
CMYK 0 0.94 0.74 0.19
HSL 347.32º 0.89% 0.43% -
HSV(B) 347.32º 0.94% 0.81% -
XYZ 26.23 13.64 4.62 -
YUV 74.68 115.77 221.67 -
System Red Green Blue C M Y K H S L
Decimal 206 12 53 0 0.94 0.74 0.19 347.32 0.89 0.43
Hex CE C 35 0 5E 4A 13 15B 59 2B
Octal 316 14 65 0 136 112 23 533 131 53
Binary 11001110 1100 110101 0 1011110 1001010 10011 101011011 1011001 101011

Color Harmonies of #CE0C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0C35

Black with #CE0C35

Text Example


Text Example

White with #CE0C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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