Html Css Color HEX #C03925 Harley Davidson Orange

📋 copy color: '#C03925'

red 192 ◦ green 57 ◦ blue 37

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

Shades of Harley Davidson Orange #C03925

Tints of Harley Davidson Orange #C03925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

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

R = 67.13%
G = 19.93%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03925 (or 0xC03925) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 25. RGB value is (192,57,37). Sum of RGB (Red+Green+Blue) = 192+57+37=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C03925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03925 is #3FC6DA. Grayscale: #5F5F5F. Windows color (decimal): -4179675 or 2439616. OLE color: 2439616.

HSL color Cylindrical-coordinate representation of color #C03925: hue angle of 7.74º 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 #C03925 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 37 -
CMYK 0 0.70 0.81 0.25
HSL 7.74º 0.68% 0.45% -
HSV(B) 7.74º 0.81% 0.75% -
XYZ 23.54 14.27 3.26 -
YUV 95.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 192 57 37 0 0.70 0.81 0.25 7.74 0.68 0.45
Hex C0 39 25 0 46 51 19 8 44 2D
Octal 300 71 45 0 106 121 31 10 104 55
Binary 11000000 111001 100101 0 1000110 1010001 11001 1000 1000100 101101

Color Harmonies of #C03925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03925

Black with #C03925

Text Example


Text Example

White with #C03925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03925; }

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

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

background-color css

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

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

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

border-color css

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

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

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