Html Css Color HEX #C32A05 Harley Davidson Orange

📋 copy color: '#C32A05'

red 195 ◦ green 42 ◦ blue 5

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

Shades of Harley Davidson Orange #C32A05

Tints of Harley Davidson Orange #C32A05

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.36%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 80.58%
G = 17.36%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C32A05 (or 0xC32A05) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 05. RGB value is (195,42,5). Sum of RGB (Red+Green+Blue) = 195+42+5=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A05 is #3CD5FA. Grayscale: #535353. Windows color (decimal): -3986939 or 338627. OLE color: 338627.

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

Color convert

RGB 195 42 5 -
CMYK 0 0.78 0.97 0.24
HSL 11.68º 0.95% 0.39% -
HSV(B) 11.68º 0.97% 0.76% -
XYZ 23.36 13.27 1.47 -
YUV 83.53 83.69 207.51 -
System Red Green Blue C M Y K H S L
Decimal 195 42 5 0 0.78 0.97 0.24 11.68 0.95 0.39
Hex C3 2A 5 0 4E 61 18 C 5F 27
Octal 303 52 5 0 116 141 30 14 137 47
Binary 11000011 101010 101 0 1001110 1100001 11000 1100 1011111 100111

Color Harmonies of #C32A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A05

Black with #C32A05

Text Example


Text Example

White with #C32A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A05; }

 p { color: rgb(195,42,5); }

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

background-color css

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

 a { background-color: rgb(195,42,5); }

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

border-color css

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

 span { border-color: rgb(195,42,5); }

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