Html Css Color HEX #CE0935 Crimson

📋 copy color: '#CE0935'

red 206 ◦ green 9 ◦ blue 53

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

Shades of Crimson #CE0935

Tints of Crimson #CE0935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 76.87%
G = 3.36%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0935 (or 0xCE0935) is known color: Crimson. HEX triplet: CE, 09 and 35. RGB value is (206,9,53). Sum of RGB (Red+Green+Blue) = 206+9+53=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0935 is #31F6CA. Grayscale: #484848. Windows color (decimal): -3274443 or 3475918. OLE color: 3475918.

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

Color convert

RGB 206 9 53 -
CMYK 0 0.96 0.74 0.19
HSL 346.6º 0.92% 0.42% -
HSV(B) 346.6º 0.96% 0.81% -
XYZ 26.19 13.57 4.61 -
YUV 72.92 116.77 222.92 -
System Red Green Blue C M Y K H S L
Decimal 206 9 53 0 0.96 0.74 0.19 346.6 0.92 0.42
Hex CE 9 35 0 60 4A 13 15B 5C 2A
Octal 316 11 65 0 140 112 23 533 134 52
Binary 11001110 1001 110101 0 1100000 1001010 10011 101011011 1011100 101010

Color Harmonies of #CE0935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0935

Black with #CE0935

Text Example


Text Example

White with #CE0935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0935; }

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

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

background-color css

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

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

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

border-color css

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

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

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