Html Css Color HEX #D00B38 Crimson

📋 copy color: '#D00B38'

red 208 ◦ green 11 ◦ blue 56

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

Shades of Crimson #D00B38

Tints of Crimson #D00B38

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4%

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

R = 75.64%
G = 4%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D00B38 (or 0xD00B38) is known color: Crimson. HEX triplet: D0, 0B and 38. RGB value is (208,11,56). Sum of RGB (Red+Green+Blue) = 208+11+56=275 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.64% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 208 - color contains mainly: red. Hex color #D00B38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00B38 is #2FF4C7. Grayscale: #4B4B4B. Windows color (decimal): -3142856 or 3673040. OLE color: 3673040.

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

Color convert

RGB 208 11 56 -
CMYK 0 0.95 0.73 0.18
HSL 346.29º 0.9% 0.43% -
HSV(B) 346.29º 0.95% 0.82% -
XYZ 26.85 13.93 5.02 -
YUV 75.03 117.27 222.84 -
System Red Green Blue C M Y K H S L
Decimal 208 11 56 0 0.95 0.73 0.18 346.29 0.9 0.43
Hex D0 B 38 0 5F 49 12 15A 5A 2B
Octal 320 13 70 0 137 111 22 532 132 53
Binary 11010000 1011 111000 0 1011111 1001001 10010 101011010 1011010 101011

Color Harmonies of #D00B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00B38

Black with #D00B38

Text Example


Text Example

White with #D00B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00B38; }

 p { color: rgb(208,11,56); }

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

background-color css

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

 a { background-color: rgb(208,11,56); }

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

border-color css

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

 span { border-color: rgb(208,11,56); }

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