Html Css Color HEX #C13725 Harley Davidson Orange

📋 copy color: '#C13725'

red 193 ◦ green 55 ◦ blue 37

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

Shades of Harley Davidson Orange #C13725

Tints of Harley Davidson Orange #C13725

RGB

 RED value IS 193 (75.78% from 255) = 67.72%

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

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

R = 67.72%
G = 19.3%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C13725 (or 0xC13725) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 25. RGB value is (193,55,37). Sum of RGB (Red+Green+Blue) = 193+55+37=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C13725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13725 is #3EC8DA. Grayscale: #5E5E5E. Windows color (decimal): -4114651 or 2439105. OLE color: 2439105.

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

Color convert

RGB 193 55 37 -
CMYK 0 0.72 0.81 0.24
HSL 6.92º 0.68% 0.45% -
HSV(B) 6.92º 0.81% 0.76% -
XYZ 23.69 14.2 3.24 -
YUV 94.21 95.72 198.46 -
System Red Green Blue C M Y K H S L
Decimal 193 55 37 0 0.72 0.81 0.24 6.92 0.68 0.45
Hex C1 37 25 0 48 51 18 7 44 2D
Octal 301 67 45 0 110 121 30 7 104 55
Binary 11000001 110111 100101 0 1001000 1010001 11000 111 1000100 101101

Color Harmonies of #C13725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13725

Black with #C13725

Text Example


Text Example

White with #C13725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13725; }

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

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

background-color css

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

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

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

border-color css

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

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

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