Html Css Color HEX #D7002A Crimson

📋 copy color: '#D7002A'

red 215 ◦ green 0 ◦ blue 42

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

Shades of Crimson #D7002A

Tints of Crimson #D7002A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 83.66%
G = 0%
B = 16.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7002A (or 0xD7002A) is known color: Crimson. HEX triplet: D7, 00 and 2A. RGB value is (215,0,42). Sum of RGB (Red+Green+Blue) = 215+0+42=257 (34% of max value = 765). Red value is 215 (84.38% from 255 or 83.66% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 215 - color contains mainly: red. Hex color #D7002A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7002A is #28FFD5. Grayscale: #454545. Windows color (decimal): -2686934 or 2752727. OLE color: 2752727.

HSL color Cylindrical-coordinate representation of color #D7002A: hue angle of 348.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7002A is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 42 -
CMYK 0 1 0.80 0.16
HSL 348.28º 1% 0.42% -
HSV(B) 348.28º 1% 0.84% -
XYZ 28.44 14.61 3.51 -
YUV 69.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 215 0 42 0 1 0.80 0.16 348.28 1 0.42
Hex D7 0 2A 0 64 50 10 15C 64 2A
Octal 327 0 52 0 144 120 20 534 144 52
Binary 11010111 0 101010 0 1100100 1010000 10000 101011100 1100100 101010

Color Harmonies of #D7002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7002A

Black with #D7002A

Text Example


Text Example

White with #D7002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7002A; }

 p { color: rgb(215,0,42); }

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

background-color css

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

 a { background-color: rgb(215,0,42); }

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

border-color css

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

 span { border-color: rgb(215,0,42); }

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