Html Css Color HEX #D7033F Crimson

📋 copy color: '#D7033F'

red 215 ◦ green 3 ◦ blue 63

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

Shades of Crimson #D7033F

Tints of Crimson #D7033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.42%

R = 76.51%
G = 1.07%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7033F (or 0xD7033F) is known color: Crimson. HEX triplet: D7, 03 and 3F. RGB value is (215,3,63). Sum of RGB (Red+Green+Blue) = 215+3+63=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D7033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7033F is #28FCC0. Grayscale: #494949. Windows color (decimal): -2686145 or 4129751. OLE color: 4129751.

HSL color Cylindrical-coordinate representation of color #D7033F: hue angle of 343.02º 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 #D7033F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 63 -
CMYK 0 0.99 0.71 0.16
HSL 343.02º 0.97% 0.43% -
HSV(B) 343.02º 0.99% 0.84% -
XYZ 28.95 14.87 6.05 -
YUV 73.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 215 3 63 0 0.99 0.71 0.16 343.02 0.97 0.43
Hex D7 3 3F 0 63 47 10 157 61 2B
Octal 327 3 77 0 143 107 20 527 141 53
Binary 11010111 11 111111 0 1100011 1000111 10000 101010111 1100001 101011

Color Harmonies of #D7033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7033F

Black with #D7033F

Text Example


Text Example

White with #D7033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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