Html Css Color HEX #C33517 Harley Davidson Orange

📋 copy color: '#C33517'

red 195 ◦ green 53 ◦ blue 23

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

Shades of Harley Davidson Orange #C33517

Tints of Harley Davidson Orange #C33517

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

 BLUE value IS 23 (9.38% from 255) = 8.49%

R = 71.96%
G = 19.56%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33517 (or 0xC33517) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 17. RGB value is (195,53,23). Sum of RGB (Red+Green+Blue) = 195+53+23=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33517 is #3CCAE8. Grayscale: #5C5C5C. Windows color (decimal): -3984105 or 1521091. OLE color: 1521091.

HSL color Cylindrical-coordinate representation of color #C33517: hue angle of 10.47º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C33517 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 53 23 -
CMYK 0 0.73 0.88 0.24
HSL 10.47º 0.79% 0.43% -
HSV(B) 10.47º 0.88% 0.76% -
XYZ 23.93 14.21 2.29 -
YUV 92.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 195 53 23 0 0.73 0.88 0.24 10.47 0.79 0.43
Hex C3 35 17 0 49 58 18 A 4F 2B
Octal 303 65 27 0 111 130 30 12 117 53
Binary 11000011 110101 10111 0 1001001 1011000 11000 1010 1001111 101011

Color Harmonies of #C33517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33517

Black with #C33517

Text Example


Text Example

White with #C33517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33517; }

 p { color: rgb(195,53,23); }

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

background-color css

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

 a { background-color: rgb(195,53,23); }

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

border-color css

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

 span { border-color: rgb(195,53,23); }

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