Html Css Color HEX #C32512 Harley Davidson Orange

📋 copy color: '#C32512'

red 195 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #C32512

Tints of Harley Davidson Orange #C32512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 78%
G = 14.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C32512 (or 0xC32512) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 12. RGB value is (195,37,18). Sum of RGB (Red+Green+Blue) = 195+37+18=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C32512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32512 is #3CDAED. Grayscale: #525252. Windows color (decimal): -3988206 or 1189315. OLE color: 1189315.

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

Color convert

RGB 195 37 18 -
CMYK 0 0.81 0.91 0.24
HSL 6.44º 0.83% 0.42% -
HSV(B) 6.44º 0.91% 0.76% -
XYZ 23.28 12.97 1.85 -
YUV 82.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 195 37 18 0 0.81 0.91 0.24 6.44 0.83 0.42
Hex C3 25 12 0 51 5B 18 6 53 2A
Octal 303 45 22 0 121 133 30 6 123 52
Binary 11000011 100101 10010 0 1010001 1011011 11000 110 1010011 101010

Color Harmonies of #C32512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32512

Black with #C32512

Text Example


Text Example

White with #C32512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32512; }

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

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

background-color css

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

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

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

border-color css

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

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

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