Html Css Color HEX #D30738 Crimson

📋 copy color: '#D30738'

red 211 ◦ green 7 ◦ blue 56

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

Shades of Crimson #D30738

Tints of Crimson #D30738

RGB

 RED value IS 211 (82.81% from 255) = 77.01%

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 77.01%
G = 2.55%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D30738 (or 0xD30738) is known color: Crimson. HEX triplet: D3, 07 and 38. RGB value is (211,7,56). Sum of RGB (Red+Green+Blue) = 211+7+56=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D30738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30738 is #2CF8C7. Grayscale: #494949. Windows color (decimal): -2947272 or 3672019. OLE color: 3672019.

HSL color Cylindrical-coordinate representation of color #D30738: hue angle of 345.59º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30738 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 7 56 -
CMYK 0 0.97 0.73 0.17
HSL 345.59º 0.94% 0.43% -
HSV(B) 345.59º 0.97% 0.83% -
XYZ 27.65 14.29 5.04 -
YUV 73.58 118.09 226.02 -
System Red Green Blue C M Y K H S L
Decimal 211 7 56 0 0.97 0.73 0.17 345.59 0.94 0.43
Hex D3 7 38 0 61 49 11 15A 5E 2B
Octal 323 7 70 0 141 111 21 532 136 53
Binary 11010011 111 111000 0 1100001 1001001 10001 101011010 1011110 101011

Color Harmonies of #D30738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30738

Black with #D30738

Text Example


Text Example

White with #D30738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30738; }

 p { color: rgb(211,7,56); }

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

background-color css

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

 a { background-color: rgb(211,7,56); }

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

border-color css

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

 span { border-color: rgb(211,7,56); }

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