Html Css Color HEX #D0023D Crimson

📋 copy color: '#D0023D'

red 208 ◦ green 2 ◦ blue 61

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

Shades of Crimson #D0023D

Tints of Crimson #D0023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 76.75%
G = 0.74%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0023D (or 0xD0023D) is known color: Crimson. HEX triplet: D0, 02 and 3D. RGB value is (208,2,61). Sum of RGB (Red+Green+Blue) = 208+2+61=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0023D is #2FFDC2. Grayscale: #464646. Windows color (decimal): -3145155 or 3998416. OLE color: 3998416.

HSL color Cylindrical-coordinate representation of color #D0023D: hue angle of 342.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0023D is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 61 -
CMYK 0 0.99 0.71 0.18
HSL 342.82º 0.98% 0.41% -
HSV(B) 342.82º 0.99% 0.82% -
XYZ 26.88 13.79 5.66 -
YUV 70.32 122.75 226.2 -
System Red Green Blue C M Y K H S L
Decimal 208 2 61 0 0.99 0.71 0.18 342.82 0.98 0.41
Hex D0 2 3D 0 63 47 12 157 62 29
Octal 320 2 75 0 143 107 22 527 142 51
Binary 11010000 10 111101 0 1100011 1000111 10010 101010111 1100010 101001

Color Harmonies of #D0023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0023D

Black with #D0023D

Text Example


Text Example

White with #D0023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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