Html Css Color HEX #CE0D40 Crimson

📋 copy color: '#CE0D40'

red 206 ◦ green 13 ◦ blue 64

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

Shades of Crimson #CE0D40

Tints of Crimson #CE0D40

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 72.79%
G = 4.59%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CE0D40 (or 0xCE0D40) is known color: Crimson. HEX triplet: CE, 0D and 40. RGB value is (206,13,64). Sum of RGB (Red+Green+Blue) = 206+13+64=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE0D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CE0D40 is #31F2BF. Grayscale: #4C4C4C. Windows color (decimal): -3273408 or 4197838. OLE color: 4197838.

HSL color Cylindrical-coordinate representation of color #CE0D40: hue angle of 344.15º degrees, saturation: 0.88, 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 #CE0D40 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 13 64 -
CMYK 0 0.94 0.69 0.19
HSL 344.15º 0.88% 0.43% -
HSV(B) 344.15º 0.94% 0.81% -
XYZ 26.52 13.78 6.11 -
YUV 76.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 206 13 64 0 0.94 0.69 0.19 344.15 0.88 0.43
Hex CE D 40 0 5E 45 13 158 58 2B
Octal 316 15 100 0 136 105 23 530 130 53
Binary 11001110 1101 1000000 0 1011110 1000101 10011 101011000 1011000 101011

Color Harmonies of #CE0D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0D40

Black with #CE0D40

Text Example


Text Example

White with #CE0D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0D40; }

 p { color: rgb(206,13,64); }

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

background-color css

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

 a { background-color: rgb(206,13,64); }

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

border-color css

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

 span { border-color: rgb(206,13,64); }

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