Html Css Color HEX #C33017 Harley Davidson Orange

📋 copy color: '#C33017'

red 195 ◦ green 48 ◦ blue 23

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

Shades of Harley Davidson Orange #C33017

Tints of Harley Davidson Orange #C33017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 73.31%
G = 18.05%
B = 8.65%

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

#C33017 (or 0xC33017) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 17. RGB value is (195,48,23). Sum of RGB (Red+Green+Blue) = 195+48+23=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 23 (9.38% from 255 or 8.65% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33017 is #3CCFE8. Grayscale: #595959. Windows color (decimal): -3985385 or 1519811. OLE color: 1519811.

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

Color convert

RGB 195 48 23 -
CMYK 0 0.75 0.88 0.24
HSL 8.72º 0.79% 0.43% -
HSV(B) 8.72º 0.88% 0.76% -
XYZ 23.72 13.78 2.22 -
YUV 89.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 195 48 23 0 0.75 0.88 0.24 8.72 0.79 0.43
Hex C3 30 17 0 4B 58 18 9 4F 2B
Octal 303 60 27 0 113 130 30 11 117 53
Binary 11000011 110000 10111 0 1001011 1011000 11000 1001 1001111 101011

Color Harmonies of #C33017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33017

Black with #C33017

Text Example


Text Example

White with #C33017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33017; }

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

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

background-color css

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

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

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

border-color css

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

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

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