Html Css Color HEX #C44020 Harley Davidson Orange

📋 copy color: '#C44020'

red 196 ◦ green 64 ◦ blue 32

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

Shades of Harley Davidson Orange #C44020

Tints of Harley Davidson Orange #C44020

RGB

 RED value IS 196 (76.95% from 255) = 67.12%

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 67.12%
G = 21.92%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C44020 (or 0xC44020) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 20. RGB value is (196,64,32). Sum of RGB (Red+Green+Blue) = 196+64+32=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C44020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44020 is #3BBFDF. Grayscale: #646464. Windows color (decimal): -3915744 or 2113732. OLE color: 2113732.

HSL color Cylindrical-coordinate representation of color #C44020: hue angle of 11.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C44020 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 32 -
CMYK 0 0.67 0.84 0.23
HSL 11.71º 0.72% 0.45% -
HSV(B) 11.71º 0.84% 0.77% -
XYZ 24.86 15.51 3.05 -
YUV 99.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 196 64 32 0 0.67 0.84 0.23 11.71 0.72 0.45
Hex C4 40 20 0 43 54 17 C 48 2D
Octal 304 100 40 0 103 124 27 14 110 55
Binary 11000100 1000000 100000 0 1000011 1010100 10111 1100 1001000 101101

Color Harmonies of #C44020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44020

Black with #C44020

Text Example


Text Example

White with #C44020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44020; }

 p { color: rgb(196,64,32); }

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

background-color css

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

 a { background-color: rgb(196,64,32); }

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

border-color css

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

 span { border-color: rgb(196,64,32); }

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