Html Css Color HEX #D7043B Crimson

📋 copy color: '#D7043B'

red 215 ◦ green 4 ◦ blue 59

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

Shades of Crimson #D7043B

Tints of Crimson #D7043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 59 (23.44% from 255) = 21.22%

R = 77.34%
G = 1.44%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D7043B (or 0xD7043B) is known color: Crimson. HEX triplet: D7, 04 and 3B. RGB value is (215,4,59). Sum of RGB (Red+Green+Blue) = 215+4+59=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7043B is #28FBC4. Grayscale: #494949. Windows color (decimal): -2685893 or 3867863. OLE color: 3867863.

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

Color convert

RGB 215 4 59 -
CMYK 0 0.98 0.73 0.16
HSL 344.36º 0.96% 0.43% -
HSV(B) 344.36º 0.98% 0.84% -
XYZ 28.86 14.85 5.48 -
YUV 73.36 119.9 229.03 -
System Red Green Blue C M Y K H S L
Decimal 215 4 59 0 0.98 0.73 0.16 344.36 0.96 0.43
Hex D7 4 3B 0 62 49 10 158 60 2B
Octal 327 4 73 0 142 111 20 530 140 53
Binary 11010111 100 111011 0 1100010 1001001 10000 101011000 1100000 101011

Color Harmonies of #D7043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7043B

Black with #D7043B

Text Example


Text Example

White with #D7043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7043B; }

 p { color: rgb(215,4,59); }

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

background-color css

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

 a { background-color: rgb(215,4,59); }

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

border-color css

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

 span { border-color: rgb(215,4,59); }

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