Html Css Color HEX #C33217 Harley Davidson Orange

📋 copy color: '#C33217'

red 195 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #C33217

Tints of Harley Davidson Orange #C33217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 72.76%
G = 18.66%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33217 (or 0xC33217) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 17. RGB value is (195,50,23). Sum of RGB (Red+Green+Blue) = 195+50+23=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33217 is #3CCDE8. Grayscale: #5A5A5A. Windows color (decimal): -3984873 or 1520323. OLE color: 1520323.

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

Color convert

RGB 195 50 23 -
CMYK 0 0.74 0.88 0.24
HSL 9.42º 0.79% 0.43% -
HSV(B) 9.42º 0.88% 0.76% -
XYZ 23.8 13.95 2.25 -
YUV 90.28 90.04 202.7 -
System Red Green Blue C M Y K H S L
Decimal 195 50 23 0 0.74 0.88 0.24 9.42 0.79 0.43
Hex C3 32 17 0 4A 58 18 9 4F 2B
Octal 303 62 27 0 112 130 30 11 117 53
Binary 11000011 110010 10111 0 1001010 1011000 11000 1001 1001111 101011

Color Harmonies of #C33217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33217

Black with #C33217

Text Example


Text Example

White with #C33217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33217; }

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

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

background-color css

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

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

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

border-color css

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

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

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