Html Css Color HEX #D92142 Crimson

📋 copy color: '#D92142'

red 217 ◦ green 33 ◦ blue 66

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

Shades of Crimson #D92142

Tints of Crimson #D92142

RGB

 RED value IS 217 (85.16% from 255) = 68.67%

 GREEN value IS 33 (13.28% from 255) = 10.44%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 68.67%
G = 10.44%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D92142 (or 0xD92142) is known color: Crimson. HEX triplet: D9, 21 and 42. RGB value is (217,33,66). Sum of RGB (Red+Green+Blue) = 217+33+66=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D92142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92142 is #26DEBD. Grayscale: #5B5B5B. Windows color (decimal): -2547390 or 4334041. OLE color: 4334041.

HSL color Cylindrical-coordinate representation of color #D92142: hue angle of 349.24º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92142 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 33 66 -
CMYK 0 0.85 0.70 0.15
HSL 349.24º 0.74% 0.49% -
HSV(B) 349.24º 0.85% 0.85% -
XYZ 30.14 16.23 6.7 -
YUV 91.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 217 33 66 0 0.85 0.70 0.15 349.24 0.74 0.49
Hex D9 21 42 0 55 46 F 15D 4A 31
Octal 331 41 102 0 125 106 17 535 112 61
Binary 11011001 100001 1000010 0 1010101 1000110 1111 101011101 1001010 110001

Color Harmonies of #D92142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92142

Black with #D92142

Text Example


Text Example

White with #D92142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92142; }

 p { color: rgb(217,33,66); }

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

background-color css

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

 a { background-color: rgb(217,33,66); }

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

border-color css

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

 span { border-color: rgb(217,33,66); }

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