Html Css Color HEX #C0380C Harley Davidson Orange

📋 copy color: '#C0380C'

red 192 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #C0380C

Tints of Harley Davidson Orange #C0380C

RGB

 RED value IS 192 (75.39% from 255) = 73.85%

 GREEN value IS 56 (22.27% from 255) = 21.54%

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 73.85%
G = 21.54%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0380C (or 0xC0380C) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 0C. RGB value is (192,56,12). Sum of RGB (Red+Green+Blue) = 192+56+12=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0380C is #3FC7F3. Grayscale: #5B5B5B. Windows color (decimal): -4179956 or 800960. OLE color: 800960.

HSL color Cylindrical-coordinate representation of color #C0380C: hue angle of 14.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0380C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 56 12 -
CMYK 0 0.71 0.94 0.25
HSL 14.67º 0.88% 0.4% -
HSV(B) 14.67º 0.94% 0.75% -
XYZ 23.22 14.06 1.84 -
YUV 91.65 83.06 199.58 -
System Red Green Blue C M Y K H S L
Decimal 192 56 12 0 0.71 0.94 0.25 14.67 0.88 0.4
Hex C0 38 C 0 47 5E 19 F 58 28
Octal 300 70 14 0 107 136 31 17 130 50
Binary 11000000 111000 1100 0 1000111 1011110 11001 1111 1011000 101000

Color Harmonies of #C0380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0380C

Black with #C0380C

Text Example


Text Example

White with #C0380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0380C; }

 p { color: rgb(192,56,12); }

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

background-color css

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

 a { background-color: rgb(192,56,12); }

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

border-color css

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

 span { border-color: rgb(192,56,12); }

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