Html Css Color HEX #C32500 Harley Davidson Orange

📋 copy color: '#C32500'

red 195 ◦ green 37 ◦ blue 0

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

Shades of Harley Davidson Orange #C32500

Tints of Harley Davidson Orange #C32500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.05%
G = 15.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C32500 (or 0xC32500) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 00. RGB value is (195,37,0). Sum of RGB (Red+Green+Blue) = 195+37+0=232 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.05% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 195 - color contains mainly: red. Hex color #C32500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32500 is #3CDAFF. Grayscale: #505050. Windows color (decimal): -3988224 or 9667. OLE color: 9667.

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

Color convert

RGB 195 37 0 -
CMYK 0 0.81 1 0.24
HSL 11.38º 1% 0.38% -
HSV(B) 11.38º 1% 0.76% -
XYZ 23.17 12.93 1.27 -
YUV 80.02 82.85 210.01 -
System Red Green Blue C M Y K H S L
Decimal 195 37 0 0 0.81 1 0.24 11.38 1 0.38
Hex C3 25 0 0 51 64 18 B 64 26
Octal 303 45 0 0 121 144 30 13 144 46
Binary 11000011 100101 0 0 1010001 1100100 11000 1011 1100100 100110

Color Harmonies of #C32500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32500

Black with #C32500

Text Example


Text Example

White with #C32500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32500; }

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

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

background-color css

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

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

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

border-color css

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

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

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