Html Css Color HEX #D0123D Crimson

📋 copy color: '#D0123D'

red 208 ◦ green 18 ◦ blue 61

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

Shades of Crimson #D0123D

Tints of Crimson #D0123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 72.47%
G = 6.27%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0123D (or 0xD0123D) is known color: Crimson. HEX triplet: D0, 12 and 3D. RGB value is (208,18,61). Sum of RGB (Red+Green+Blue) = 208+18+61=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0123D is #2FEDC2. Grayscale: #4F4F4F. Windows color (decimal): -3141059 or 4002512. OLE color: 4002512.

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

Color convert

RGB 208 18 61 -
CMYK 0 0.91 0.71 0.18
HSL 346.42º 0.84% 0.44% -
HSV(B) 346.42º 0.91% 0.82% -
XYZ 27.07 14.18 5.72 -
YUV 79.71 117.45 219.5 -
System Red Green Blue C M Y K H S L
Decimal 208 18 61 0 0.91 0.71 0.18 346.42 0.84 0.44
Hex D0 12 3D 0 5B 47 12 15A 54 2C
Octal 320 22 75 0 133 107 22 532 124 54
Binary 11010000 10010 111101 0 1011011 1000111 10010 101011010 1010100 101100

Color Harmonies of #D0123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0123D

Black with #D0123D

Text Example


Text Example

White with #D0123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0123D; }

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

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

background-color css

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

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

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

border-color css

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

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

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