Html Css Color HEX #D70338 Crimson

📋 copy color: '#D70338'

red 215 ◦ green 3 ◦ blue 56

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

Shades of Crimson #D70338

Tints of Crimson #D70338

RGB

 RED value IS 215 (84.38% from 255) = 78.47%

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

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

R = 78.47%
G = 1.09%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D70338 (or 0xD70338) is known color: Crimson. HEX triplet: D7, 03 and 38. RGB value is (215,3,56). Sum of RGB (Red+Green+Blue) = 215+3+56=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D70338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70338 is #28FCC7. Grayscale: #484848. Windows color (decimal): -2686152 or 3670999. OLE color: 3670999.

HSL color Cylindrical-coordinate representation of color #D70338: hue angle of 345º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70338 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 56 -
CMYK 0 0.99 0.74 0.16
HSL 345º 0.97% 0.43% -
HSV(B) 345º 0.99% 0.84% -
XYZ 28.77 14.8 5.08 -
YUV 72.43 118.74 229.69 -
System Red Green Blue C M Y K H S L
Decimal 215 3 56 0 0.99 0.74 0.16 345 0.97 0.43
Hex D7 3 38 0 63 4A 10 159 61 2B
Octal 327 3 70 0 143 112 20 531 141 53
Binary 11010111 11 111000 0 1100011 1001010 10000 101011001 1100001 101011

Color Harmonies of #D70338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70338

Black with #D70338

Text Example


Text Example

White with #D70338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70338; }

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

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

background-color css

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

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

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

border-color css

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

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

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