Html Css Color HEX #C32F22 Harley Davidson Orange

📋 copy color: '#C32F22'

red 195 ◦ green 47 ◦ blue 34

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

Shades of Harley Davidson Orange #C32F22

Tints of Harley Davidson Orange #C32F22

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 70.65%
G = 17.03%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C32F22 (or 0xC32F22) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 22. RGB value is (195,47,34). Sum of RGB (Red+Green+Blue) = 195+47+34=276 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.65% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F22 is #3CD0DD. Grayscale: #595959. Windows color (decimal): -3985630 or 2240451. OLE color: 2240451.

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

Color convert

RGB 195 47 34 -
CMYK 0 0.76 0.83 0.24
HSL 4.84º 0.7% 0.45% -
HSV(B) 4.84º 0.83% 0.76% -
XYZ 23.81 13.75 2.91 -
YUV 89.77 96.53 203.06 -
System Red Green Blue C M Y K H S L
Decimal 195 47 34 0 0.76 0.83 0.24 4.84 0.7 0.45
Hex C3 2F 22 0 4C 53 18 5 46 2D
Octal 303 57 42 0 114 123 30 5 106 55
Binary 11000011 101111 100010 0 1001100 1010011 11000 101 1000110 101101

Color Harmonies of #C32F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32F22

Black with #C32F22

Text Example


Text Example

White with #C32F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32F22; }

 p { color: rgb(195,47,34); }

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

background-color css

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

 a { background-color: rgb(195,47,34); }

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

border-color css

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

 span { border-color: rgb(195,47,34); }

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