Html Css Color HEX #C33717 Harley Davidson Orange

📋 copy color: '#C33717'

red 195 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #C33717

Tints of Harley Davidson Orange #C33717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 71.43%
G = 20.15%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C33717 (or 0xC33717) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 17. RGB value is (195,55,23). Sum of RGB (Red+Green+Blue) = 195+55+23=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C33717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33717 is #3CC8E8. Grayscale: #5D5D5D. Windows color (decimal): -3983593 or 1521603. OLE color: 1521603.

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

Color convert

RGB 195 55 23 -
CMYK 0 0.72 0.88 0.24
HSL 11.16º 0.79% 0.43% -
HSV(B) 11.16º 0.88% 0.76% -
XYZ 24.03 14.4 2.32 -
YUV 93.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 195 55 23 0 0.72 0.88 0.24 11.16 0.79 0.43
Hex C3 37 17 0 48 58 18 B 4F 2B
Octal 303 67 27 0 110 130 30 13 117 53
Binary 11000011 110111 10111 0 1001000 1011000 11000 1011 1001111 101011

Color Harmonies of #C33717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33717

Black with #C33717

Text Example


Text Example

White with #C33717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33717; }

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

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

background-color css

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

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

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

border-color css

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

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

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