Html Css Color HEX #C34122 Harley Davidson Orange

📋 copy color: '#C34122'

red 195 ◦ green 65 ◦ blue 34

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

Shades of Harley Davidson Orange #C34122

Tints of Harley Davidson Orange #C34122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 66.33%
G = 22.11%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C34122 (or 0xC34122) is known color: Harley Davidson Orange. HEX triplet: C3, 41 and 22. RGB value is (195,65,34). Sum of RGB (Red+Green+Blue) = 195+65+34=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C34122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34122 is #3CBEDD. Grayscale: #646464. Windows color (decimal): -3981022 or 2245059. OLE color: 2245059.

HSL color Cylindrical-coordinate representation of color #C34122: hue angle of 11.55º 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 #C34122 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 34 -
CMYK 0 0.67 0.83 0.24
HSL 11.55º 0.7% 0.45% -
HSV(B) 11.55º 0.83% 0.76% -
XYZ 24.68 15.5 3.2 -
YUV 100.34 90.57 195.52 -
System Red Green Blue C M Y K H S L
Decimal 195 65 34 0 0.67 0.83 0.24 11.55 0.7 0.45
Hex C3 41 22 0 43 53 18 C 46 2D
Octal 303 101 42 0 103 123 30 14 106 55
Binary 11000011 1000001 100010 0 1000011 1010011 11000 1100 1000110 101101

Color Harmonies of #C34122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34122

Black with #C34122

Text Example


Text Example

White with #C34122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34122; }

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

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

background-color css

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

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

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

border-color css

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

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

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