Html Css Color HEX #C34221 Harley Davidson Orange

📋 copy color: '#C34221'

red 195 ◦ green 66 ◦ blue 33

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

Shades of Harley Davidson Orange #C34221

Tints of Harley Davidson Orange #C34221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

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

R = 66.33%
G = 22.45%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C34221 (or 0xC34221) is known color: Harley Davidson Orange. HEX triplet: C3, 42 and 21. RGB value is (195,66,33). Sum of RGB (Red+Green+Blue) = 195+66+33=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C34221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34221 is #3CBDDE. Grayscale: #656565. Windows color (decimal): -3980767 or 2179779. OLE color: 2179779.

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

Color convert

RGB 195 66 33 -
CMYK 0 0.66 0.83 0.24
HSL 12.22º 0.71% 0.45% -
HSV(B) 12.22º 0.83% 0.76% -
XYZ 24.73 15.61 3.15 -
YUV 100.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 195 66 33 0 0.66 0.83 0.24 12.22 0.71 0.45
Hex C3 42 21 0 42 53 18 C 47 2D
Octal 303 102 41 0 102 123 30 14 107 55
Binary 11000011 1000010 100001 0 1000010 1010011 11000 1100 1000111 101101

Color Harmonies of #C34221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34221

Black with #C34221

Text Example


Text Example

White with #C34221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34221; }

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

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

background-color css

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

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

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

border-color css

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

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

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