Html Css Color HEX #C03714 Harley Davidson Orange

📋 copy color: '#C03714'

red 192 ◦ green 55 ◦ blue 20

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

Shades of Harley Davidson Orange #C03714

Tints of Harley Davidson Orange #C03714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 71.91%
G = 20.6%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C03714 (or 0xC03714) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 14. RGB value is (192,55,20). Sum of RGB (Red+Green+Blue) = 192+55+20=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C03714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03714 is #3FC8EB. Grayscale: #5C5C5C. Windows color (decimal): -4180204 or 1324992. OLE color: 1324992.

HSL color Cylindrical-coordinate representation of color #C03714: hue angle of 12.21º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03714 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 20 -
CMYK 0 0.71 0.90 0.25
HSL 12.21º 0.81% 0.42% -
HSV(B) 12.21º 0.9% 0.75% -
XYZ 23.23 13.99 2.14 -
YUV 91.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 192 55 20 0 0.71 0.90 0.25 12.21 0.81 0.42
Hex C0 37 14 0 47 5A 19 C 51 2A
Octal 300 67 24 0 107 132 31 14 121 52
Binary 11000000 110111 10100 0 1000111 1011010 11001 1100 1010001 101010

Color Harmonies of #C03714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03714

Black with #C03714

Text Example


Text Example

White with #C03714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03714; }

 p { color: rgb(192,55,20); }

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

background-color css

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

 a { background-color: rgb(192,55,20); }

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

border-color css

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

 span { border-color: rgb(192,55,20); }

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