Html Css Color HEX #D00338 Crimson

📋 copy color: '#D00338'

red 208 ◦ green 3 ◦ blue 56

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

Shades of Crimson #D00338

Tints of Crimson #D00338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 77.9%
G = 1.12%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D00338 (or 0xD00338) is known color: Crimson. HEX triplet: D0, 03 and 38. RGB value is (208,3,56). Sum of RGB (Red+Green+Blue) = 208+3+56=267 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.90% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 208 - color contains mainly: red. Hex color #D00338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00338 is #2FFCC7. Grayscale: #464646. Windows color (decimal): -3144904 or 3670992. OLE color: 3670992.

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

Color convert

RGB 208 3 56 -
CMYK 0 0.99 0.73 0.18
HSL 344.49º 0.97% 0.41% -
HSV(B) 344.49º 0.99% 0.82% -
XYZ 26.76 13.76 4.99 -
YUV 70.34 119.92 226.19 -
System Red Green Blue C M Y K H S L
Decimal 208 3 56 0 0.99 0.73 0.18 344.49 0.97 0.41
Hex D0 3 38 0 63 49 12 158 61 29
Octal 320 3 70 0 143 111 22 530 141 51
Binary 11010000 11 111000 0 1100011 1001001 10010 101011000 1100001 101001

Color Harmonies of #D00338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00338

Black with #D00338

Text Example


Text Example

White with #D00338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00338; }

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

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

background-color css

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

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

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

border-color css

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

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

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