Html Css Color HEX #C33117 Harley Davidson Orange

📋 copy color: '#C33117'

red 195 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #C33117

Tints of Harley Davidson Orange #C33117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 73.03%
G = 18.35%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33117 (or 0xC33117) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 17. RGB value is (195,49,23). Sum of RGB (Red+Green+Blue) = 195+49+23=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C33117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33117 is #3CCEE8. Grayscale: #595959. Windows color (decimal): -3985129 or 1520067. OLE color: 1520067.

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

Color convert

RGB 195 49 23 -
CMYK 0 0.75 0.88 0.24
HSL 9.07º 0.79% 0.43% -
HSV(B) 9.07º 0.88% 0.76% -
XYZ 23.76 13.86 2.23 -
YUV 89.69 90.37 203.11 -
System Red Green Blue C M Y K H S L
Decimal 195 49 23 0 0.75 0.88 0.24 9.07 0.79 0.43
Hex C3 31 17 0 4B 58 18 9 4F 2B
Octal 303 61 27 0 113 130 30 11 117 53
Binary 11000011 110001 10111 0 1001011 1011000 11000 1001 1001111 101011

Color Harmonies of #C33117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33117

Black with #C33117

Text Example


Text Example

White with #C33117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33117; }

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

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

background-color css

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

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

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

border-color css

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

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

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