Html Css Color HEX #CE0336 Crimson

📋 copy color: '#CE0336'

red 206 ◦ green 3 ◦ blue 54

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

Shades of Crimson #CE0336

Tints of Crimson #CE0336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 78.33%
G = 1.14%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CE0336 (or 0xCE0336) is known color: Crimson. HEX triplet: CE, 03 and 36. RGB value is (206,3,54). Sum of RGB (Red+Green+Blue) = 206+3+54=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0336 is #31FCC9. Grayscale: #454545. Windows color (decimal): -3275978 or 3539918. OLE color: 3539918.

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

Color convert

RGB 206 3 54 -
CMYK 0 0.99 0.74 0.19
HSL 344.93º 0.97% 0.41% -
HSV(B) 344.93º 0.99% 0.81% -
XYZ 26.15 13.45 4.71 -
YUV 69.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 206 3 54 0 0.99 0.74 0.19 344.93 0.97 0.41
Hex CE 3 36 0 63 4A 13 159 61 29
Octal 316 3 66 0 143 112 23 531 141 51
Binary 11001110 11 110110 0 1100011 1001010 10011 101011001 1100001 101001

Color Harmonies of #CE0336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0336

Black with #CE0336

Text Example


Text Example

White with #CE0336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0336; }

 p { color: rgb(206,3,54); }

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

background-color css

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

 a { background-color: rgb(206,3,54); }

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

border-color css

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

 span { border-color: rgb(206,3,54); }

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