Html Css Color HEX #DC420B Harley Davidson Orange

📋 copy color: '#DC420B'

red 220 ◦ green 66 ◦ blue 11

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

Shades of Harley Davidson Orange #DC420B

Tints of Harley Davidson Orange #DC420B

RGB

 RED value IS 220 (86.33% from 255) = 74.07%

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 11 (4.69% from 255) = 3.7%

R = 74.07%
G = 22.22%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC420B (or 0xDC420B) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 0B. RGB value is (220,66,11). Sum of RGB (Red+Green+Blue) = 220+66+11=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC420B is #23BDF4. Grayscale: #6A6A6A. Windows color (decimal): -2342389 or 738012. OLE color: 738012.

HSL color Cylindrical-coordinate representation of color #DC420B: hue angle of 15.79º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC420B is Cyan = 0, Magento = 0.7, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 11 -
CMYK 0 0.7 0.95 0.14
HSL 15.79º 0.9% 0.45% -
HSV(B) 15.79º 0.95% 0.86% -
XYZ 31.52 19.14 2.35 -
YUV 105.78 74.52 209.47 -
System Red Green Blue C M Y K H S L
Decimal 220 66 11 0 0.7 0.95 0.14 15.79 0.9 0.45
Hex DC 42 B 0 46 5F E 10 5A 2D
Octal 334 102 13 0 106 137 16 20 132 55
Binary 11011100 1000010 1011 0 1000110 1011111 1110 10000 1011010 101101

Color Harmonies of #DC420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC420B

Black with #DC420B

Text Example


Text Example

White with #DC420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC420B; }

 p { color: rgb(220,66,11); }

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

background-color css

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

 a { background-color: rgb(220,66,11); }

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

border-color css

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

 span { border-color: rgb(220,66,11); }

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