Html Css Color HEX #C32A0E Harley Davidson Orange

📋 copy color: '#C32A0E'

red 195 ◦ green 42 ◦ blue 14

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

Shades of Harley Davidson Orange #C32A0E

Tints of Harley Davidson Orange #C32A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 77.69%
G = 16.73%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C32A0E (or 0xC32A0E) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 0E. RGB value is (195,42,14). Sum of RGB (Red+Green+Blue) = 195+42+14=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32A0E is #3CD5F1. Grayscale: #545454. Windows color (decimal): -3986930 or 928451. OLE color: 928451.

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

Color convert

RGB 195 42 14 -
CMYK 0 0.78 0.93 0.24
HSL 9.28º 0.87% 0.41% -
HSV(B) 9.28º 0.93% 0.76% -
XYZ 23.41 13.29 1.75 -
YUV 84.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 195 42 14 0 0.78 0.93 0.24 9.28 0.87 0.41
Hex C3 2A E 0 4E 5D 18 9 57 29
Octal 303 52 16 0 116 135 30 11 127 51
Binary 11000011 101010 1110 0 1001110 1011101 11000 1001 1010111 101001

Color Harmonies of #C32A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32A0E

Black with #C32A0E

Text Example


Text Example

White with #C32A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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