Html Css Color HEX #C34020 Harley Davidson Orange

📋 copy color: '#C34020'

red 195 ◦ green 64 ◦ blue 32

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

Shades of Harley Davidson Orange #C34020

Tints of Harley Davidson Orange #C34020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

 BLUE value IS 32 (12.89% from 255) = 11%

R = 67.01%
G = 21.99%
B = 11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C34020 (or 0xC34020) is known color: Harley Davidson Orange. HEX triplet: C3, 40 and 20. RGB value is (195,64,32). Sum of RGB (Red+Green+Blue) = 195+64+32=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C34020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34020 is #3CBFDF. Grayscale: #636363. Windows color (decimal): -3981280 or 2113731. OLE color: 2113731.

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

Color convert

RGB 195 64 32 -
CMYK 0 0.67 0.84 0.24
HSL 11.78º 0.72% 0.45% -
HSV(B) 11.78º 0.84% 0.76% -
XYZ 24.6 15.37 3.04 -
YUV 99.52 89.9 196.1 -
System Red Green Blue C M Y K H S L
Decimal 195 64 32 0 0.67 0.84 0.24 11.78 0.72 0.45
Hex C3 40 20 0 43 54 18 C 48 2D
Octal 303 100 40 0 103 124 30 14 110 55
Binary 11000011 1000000 100000 0 1000011 1010100 11000 1100 1001000 101101

Color Harmonies of #C34020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34020

Black with #C34020

Text Example


Text Example

White with #C34020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34020; }

 p { color: rgb(195,64,32); }

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

background-color css

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

 a { background-color: rgb(195,64,32); }

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

border-color css

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

 span { border-color: rgb(195,64,32); }

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