Html Css Color HEX #D0123A Crimson

📋 copy color: '#D0123A'

red 208 ◦ green 18 ◦ blue 58

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

Shades of Crimson #D0123A

Tints of Crimson #D0123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.42%

R = 73.24%
G = 6.34%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0123A (or 0xD0123A) is known color: Crimson. HEX triplet: D0, 12 and 3A. RGB value is (208,18,58). Sum of RGB (Red+Green+Blue) = 208+18+58=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D0123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0123A is #2FEDC5. Grayscale: #4F4F4F. Windows color (decimal): -3141062 or 3805904. OLE color: 3805904.

HSL color Cylindrical-coordinate representation of color #D0123A: hue angle of 347.37º 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 #D0123A is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 58 -
CMYK 0 0.91 0.72 0.18
HSL 347.37º 0.84% 0.44% -
HSV(B) 347.37º 0.91% 0.82% -
XYZ 26.99 14.15 5.31 -
YUV 79.37 115.95 219.75 -
System Red Green Blue C M Y K H S L
Decimal 208 18 58 0 0.91 0.72 0.18 347.37 0.84 0.44
Hex D0 12 3A 0 5B 48 12 15B 54 2C
Octal 320 22 72 0 133 110 22 533 124 54
Binary 11010000 10010 111010 0 1011011 1001000 10010 101011011 1010100 101100

Color Harmonies of #D0123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0123A

Black with #D0123A

Text Example


Text Example

White with #D0123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0123A; }

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

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

background-color css

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

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

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

border-color css

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

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

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