Html Css Color HEX #D00935 Crimson

📋 copy color: '#D00935'

red 208 ◦ green 9 ◦ blue 53

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

Shades of Crimson #D00935

Tints of Crimson #D00935

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

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

R = 77.04%
G = 3.33%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00935 (or 0xD00935) is known color: Crimson. HEX triplet: D0, 09 and 35. RGB value is (208,9,53). Sum of RGB (Red+Green+Blue) = 208+9+53=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 53 (21.09% from 255 or 19.63% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D00935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00935 is #2FF6CA. Grayscale: #494949. Windows color (decimal): -3143371 or 3475920. OLE color: 3475920.

HSL color Cylindrical-coordinate representation of color #D00935: hue angle of 346.73º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00935 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 9 53 -
CMYK 0 0.96 0.75 0.18
HSL 346.73º 0.92% 0.43% -
HSV(B) 346.73º 0.96% 0.82% -
XYZ 26.75 13.86 4.63 -
YUV 73.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 208 9 53 0 0.96 0.75 0.18 346.73 0.92 0.43
Hex D0 9 35 0 60 4B 12 15B 5C 2B
Octal 320 11 65 0 140 113 22 533 134 53
Binary 11010000 1001 110101 0 1100000 1001011 10010 101011011 1011100 101011

Color Harmonies of #D00935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00935

Black with #D00935

Text Example


Text Example

White with #D00935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00935; }

 p { color: rgb(208,9,53); }

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

background-color css

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

 a { background-color: rgb(208,9,53); }

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

border-color css

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

 span { border-color: rgb(208,9,53); }

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