Html Css Color HEX #C32504 Harley Davidson Orange

📋 copy color: '#C32504'

red 195 ◦ green 37 ◦ blue 4

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

Shades of Harley Davidson Orange #C32504

Tints of Harley Davidson Orange #C32504

RGB

 RED value IS 195 (76.56% from 255) = 82.63%

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 82.63%
G = 15.68%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C32504 (or 0xC32504) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 04. RGB value is (195,37,4). Sum of RGB (Red+Green+Blue) = 195+37+4=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C32504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32504 is #3CDAFB. Grayscale: #505050. Windows color (decimal): -3988220 or 271811. OLE color: 271811.

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

Color convert

RGB 195 37 4 -
CMYK 0 0.81 0.98 0.24
HSL 10.37º 0.96% 0.39% -
HSV(B) 10.37º 0.98% 0.76% -
XYZ 23.19 12.93 1.39 -
YUV 80.48 84.85 209.68 -
System Red Green Blue C M Y K H S L
Decimal 195 37 4 0 0.81 0.98 0.24 10.37 0.96 0.39
Hex C3 25 4 0 51 62 18 A 60 27
Octal 303 45 4 0 121 142 30 12 140 47
Binary 11000011 100101 100 0 1010001 1100010 11000 1010 1100000 100111

Color Harmonies of #C32504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32504

Black with #C32504

Text Example


Text Example

White with #C32504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32504; }

 p { color: rgb(195,37,4); }

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

background-color css

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

 a { background-color: rgb(195,37,4); }

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

border-color css

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

 span { border-color: rgb(195,37,4); }

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