Html Css Color HEX #C33106 Harley Davidson Orange

📋 copy color: '#C33106'

red 195 ◦ green 49 ◦ blue 6

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

Shades of Harley Davidson Orange #C33106

Tints of Harley Davidson Orange #C33106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.4%

R = 78%
G = 19.6%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C33106 (or 0xC33106) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 06. RGB value is (195,49,6). Sum of RGB (Red+Green+Blue) = 195+49+6=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C33106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33106 is #3CCEF9. Grayscale: #585858. Windows color (decimal): -3985146 or 405955. OLE color: 405955.

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

Color convert

RGB 195 49 6 -
CMYK 0 0.75 0.97 0.24
HSL 13.65º 0.94% 0.39% -
HSV(B) 13.65º 0.97% 0.76% -
XYZ 23.64 13.81 1.59 -
YUV 87.75 81.87 204.5 -
System Red Green Blue C M Y K H S L
Decimal 195 49 6 0 0.75 0.97 0.24 13.65 0.94 0.39
Hex C3 31 6 0 4B 61 18 E 5E 27
Octal 303 61 6 0 113 141 30 16 136 47
Binary 11000011 110001 110 0 1001011 1100001 11000 1110 1011110 100111

Color Harmonies of #C33106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33106

Black with #C33106

Text Example


Text Example

White with #C33106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33106; }

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

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

background-color css

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

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

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

border-color css

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

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

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