Html Css Color HEX #C03725 Harley Davidson Orange

📋 copy color: '#C03725'

red 192 ◦ green 55 ◦ blue 37

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

Shades of Harley Davidson Orange #C03725

Tints of Harley Davidson Orange #C03725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 67.61%
G = 19.37%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03725 (or 0xC03725) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 25. RGB value is (192,55,37). Sum of RGB (Red+Green+Blue) = 192+55+37=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C03725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03725 is #3FC8DA. Grayscale: #5E5E5E. Windows color (decimal): -4180187 or 2439104. OLE color: 2439104.

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

Color convert

RGB 192 55 37 -
CMYK 0 0.71 0.81 0.25
HSL 6.97º 0.68% 0.45% -
HSV(B) 6.97º 0.81% 0.75% -
XYZ 23.44 14.07 3.23 -
YUV 93.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 192 55 37 0 0.71 0.81 0.25 6.97 0.68 0.45
Hex C0 37 25 0 47 51 19 7 44 2D
Octal 300 67 45 0 107 121 31 7 104 55
Binary 11000000 110111 100101 0 1000111 1010001 11001 111 1000100 101101

Color Harmonies of #C03725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03725

Black with #C03725

Text Example


Text Example

White with #C03725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03725; }

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

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

background-color css

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

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

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

border-color css

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

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

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