Html Css Color HEX #C33014 Harley Davidson Orange

📋 copy color: '#C33014'

red 195 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #C33014

Tints of Harley Davidson Orange #C33014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.6%

R = 74.14%
G = 18.25%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C33014 (or 0xC33014) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 14. RGB value is (195,48,20). Sum of RGB (Red+Green+Blue) = 195+48+20=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C33014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33014 is #3CCFEB. Grayscale: #595959. Windows color (decimal): -3985388 or 1323203. OLE color: 1323203.

HSL color Cylindrical-coordinate representation of color #C33014: hue angle of 9.6º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C33014 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 48 20 -
CMYK 0 0.75 0.90 0.24
HSL 9.6º 0.81% 0.42% -
HSV(B) 9.6º 0.9% 0.76% -
XYZ 23.69 13.77 2.07 -
YUV 88.76 89.2 203.78 -
System Red Green Blue C M Y K H S L
Decimal 195 48 20 0 0.75 0.90 0.24 9.6 0.81 0.42
Hex C3 30 14 0 4B 5A 18 A 51 2A
Octal 303 60 24 0 113 132 30 12 121 52
Binary 11000011 110000 10100 0 1001011 1011010 11000 1010 1010001 101010

Color Harmonies of #C33014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33014

Black with #C33014

Text Example


Text Example

White with #C33014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33014; }

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

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

background-color css

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

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

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

border-color css

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

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

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