Html Css Color HEX #D41613 Harley Davidson Orange

📋 copy color: '#D41613'

red 212 ◦ green 22 ◦ blue 19

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

Shades of Harley Davidson Orange #D41613

Tints of Harley Davidson Orange #D41613

RGB

 RED value IS 212 (83.2% from 255) = 83.79%

 GREEN value IS 22 (8.98% from 255) = 8.7%

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 83.79%
G = 8.7%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D41613 (or 0xD41613) is known color: Harley Davidson Orange. HEX triplet: D4, 16 and 13. RGB value is (212,22,19). Sum of RGB (Red+Green+Blue) = 212+22+19=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D41613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41613 is #2BE9EC. Grayscale: #4E4E4E. Windows color (decimal): -2877933 or 1251028. OLE color: 1251028.

HSL color Cylindrical-coordinate representation of color #D41613: hue angle of 0.93º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41613 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 19 -
CMYK 0 0.90 0.91 0.17
HSL 0.93º 0.84% 0.45% -
HSV(B) 0.93º 0.91% 0.83% -
XYZ 27.56 14.62 1.99 -
YUV 78.47 94.45 223.24 -
System Red Green Blue C M Y K H S L
Decimal 212 22 19 0 0.90 0.91 0.17 0.93 0.84 0.45
Hex D4 16 13 0 5A 5B 11 1 54 2D
Octal 324 26 23 0 132 133 21 1 124 55
Binary 11010100 10110 10011 0 1011010 1011011 10001 1 1010100 101101

Color Harmonies of #D41613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41613

Black with #D41613

Text Example


Text Example

White with #D41613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41613; }

 p { color: rgb(212,22,19); }

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

background-color css

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

 a { background-color: rgb(212,22,19); }

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

border-color css

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

 span { border-color: rgb(212,22,19); }

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