Html Css Color HEX #C34021 Harley Davidson Orange

📋 copy color: '#C34021'

red 195 ◦ green 64 ◦ blue 33

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

Shades of Harley Davidson Orange #C34021

Tints of Harley Davidson Orange #C34021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.3%

R = 66.78%
G = 21.92%
B = 11.3%

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

#C34021 (or 0xC34021) is known color: Harley Davidson Orange. HEX triplet: C3, 40 and 21. RGB value is (195,64,33). Sum of RGB (Red+Green+Blue) = 195+64+33=292 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.78% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 195 - color contains mainly: red. Hex color #C34021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34021 is #3CBFDE. Grayscale: #636363. Windows color (decimal): -3981279 or 2179267. OLE color: 2179267.

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

Color convert

RGB 195 64 33 -
CMYK 0 0.67 0.83 0.24
HSL 11.48º 0.71% 0.45% -
HSV(B) 11.48º 0.83% 0.76% -
XYZ 24.61 15.38 3.11 -
YUV 99.64 90.4 196.02 -
System Red Green Blue C M Y K H S L
Decimal 195 64 33 0 0.67 0.83 0.24 11.48 0.71 0.45
Hex C3 40 21 0 43 53 18 B 47 2D
Octal 303 100 41 0 103 123 30 13 107 55
Binary 11000011 1000000 100001 0 1000011 1010011 11000 1011 1000111 101101

Color Harmonies of #C34021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34021

Black with #C34021

Text Example


Text Example

White with #C34021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34021; }

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

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

background-color css

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

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

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

border-color css

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

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

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