Html Css Color HEX #C33110 Harley Davidson Orange

📋 copy color: '#C33110'

red 195 ◦ green 49 ◦ blue 16

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

Shades of Harley Davidson Orange #C33110

Tints of Harley Davidson Orange #C33110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 75%
G = 18.85%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C33110 (or 0xC33110) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 10. RGB value is (195,49,16). Sum of RGB (Red+Green+Blue) = 195+49+16=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33110 is #3CCEEF. Grayscale: #595959. Windows color (decimal): -3985136 or 1061315. OLE color: 1061315.

HSL color Cylindrical-coordinate representation of color #C33110: hue angle of 11.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C33110 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 16 -
CMYK 0 0.75 0.92 0.24
HSL 11.06º 0.85% 0.41% -
HSV(B) 11.06º 0.92% 0.76% -
XYZ 23.7 13.84 1.91 -
YUV 88.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 195 49 16 0 0.75 0.92 0.24 11.06 0.85 0.41
Hex C3 31 10 0 4B 5C 18 B 55 29
Octal 303 61 20 0 113 134 30 13 125 51
Binary 11000011 110001 10000 0 1001011 1011100 11000 1011 1010101 101001

Color Harmonies of #C33110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33110

Black with #C33110

Text Example


Text Example

White with #C33110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33110; }

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

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

background-color css

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

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

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

border-color css

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

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

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