Html Css Color HEX #C33114 Harley Davidson Orange

📋 copy color: '#C33114'

red 195 ◦ green 49 ◦ blue 20

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

Shades of Harley Davidson Orange #C33114

Tints of Harley Davidson Orange #C33114

RGB

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

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

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

R = 73.86%
G = 18.56%
B = 7.58%

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

#C33114 (or 0xC33114) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 14. RGB value is (195,49,20). Sum of RGB (Red+Green+Blue) = 195+49+20=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C33114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33114 is #3CCEEB. Grayscale: #595959. Windows color (decimal): -3985132 or 1323459. OLE color: 1323459.

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

Color convert

RGB 195 49 20 -
CMYK 0 0.75 0.90 0.24
HSL 9.94º 0.81% 0.42% -
HSV(B) 9.94º 0.9% 0.76% -
XYZ 23.73 13.85 2.08 -
YUV 89.35 88.87 203.36 -
System Red Green Blue C M Y K H S L
Decimal 195 49 20 0 0.75 0.90 0.24 9.94 0.81 0.42
Hex C3 31 14 0 4B 5A 18 A 51 2A
Octal 303 61 24 0 113 132 30 12 121 52
Binary 11000011 110001 10100 0 1001011 1011010 11000 1010 1010001 101010

Color Harmonies of #C33114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33114

Black with #C33114

Text Example


Text Example

White with #C33114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33114; }

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

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

background-color css

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

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

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

border-color css

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

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

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