Html Css Color HEX #D30035 Crimson

📋 copy color: '#D30035'

red 211 ◦ green 0 ◦ blue 53

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

Shades of Crimson #D30035

Tints of Crimson #D30035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 79.92%
G = 0%
B = 20.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D30035 (or 0xD30035) is known color: Crimson. HEX triplet: D3, 00 and 35. RGB value is (211,0,53). Sum of RGB (Red+Green+Blue) = 211+0+53=264 (34% of max value = 765). Red value is 211 (82.81% from 255 or 79.92% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 211 - color contains mainly: red. Hex color #D30035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30035 is #2CFFCA. Grayscale: #454545. Windows color (decimal): -2949067 or 3473619. OLE color: 3473619.

HSL color Cylindrical-coordinate representation of color #D30035: hue angle of 344.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30035 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 0 53 -
CMYK 0 1 0.75 0.17
HSL 344.93º 1% 0.41% -
HSV(B) 344.93º 1% 0.83% -
XYZ 27.51 14.11 4.64 -
YUV 69.13 118.9 229.19 -
System Red Green Blue C M Y K H S L
Decimal 211 0 53 0 1 0.75 0.17 344.93 1 0.41
Hex D3 0 35 0 64 4B 11 159 64 29
Octal 323 0 65 0 144 113 21 531 144 51
Binary 11010011 0 110101 0 1100100 1001011 10001 101011001 1100100 101001

Color Harmonies of #D30035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30035

Black with #D30035

Text Example


Text Example

White with #D30035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30035; }

 p { color: rgb(211,0,53); }

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

background-color css

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

 a { background-color: rgb(211,0,53); }

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

border-color css

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

 span { border-color: rgb(211,0,53); }

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