Html Css Color HEX #D0123E Crimson

📋 copy color: '#D0123E'

red 208 ◦ green 18 ◦ blue 62

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

Shades of Crimson #D0123E

Tints of Crimson #D0123E

RGB

 RED value IS 208 (81.64% from 255) = 72.22%

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 62 (24.61% from 255) = 21.53%

R = 72.22%
G = 6.25%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0123E (or 0xD0123E) is known color: Crimson. HEX triplet: D0, 12 and 3E. RGB value is (208,18,62). Sum of RGB (Red+Green+Blue) = 208+18+62=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0123E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0123E is #2FEDC1. Grayscale: #4F4F4F. Windows color (decimal): -3141058 or 4068048. OLE color: 4068048.

HSL color Cylindrical-coordinate representation of color #D0123E: hue angle of 346.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0123E is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 62 -
CMYK 0 0.91 0.70 0.18
HSL 346.11º 0.84% 0.44% -
HSV(B) 346.11º 0.91% 0.82% -
XYZ 27.1 14.19 5.87 -
YUV 79.83 117.95 219.42 -
System Red Green Blue C M Y K H S L
Decimal 208 18 62 0 0.91 0.70 0.18 346.11 0.84 0.44
Hex D0 12 3E 0 5B 46 12 15A 54 2C
Octal 320 22 76 0 133 106 22 532 124 54
Binary 11010000 10010 111110 0 1011011 1000110 10010 101011010 1010100 101100

Color Harmonies of #D0123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0123E

Black with #D0123E

Text Example


Text Example

White with #D0123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0123E; }

 p { color: rgb(208,18,62); }

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

background-color css

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

 a { background-color: rgb(208,18,62); }

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

border-color css

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

 span { border-color: rgb(208,18,62); }

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