Html Css Color HEX #C3330C Harley Davidson Orange

📋 copy color: '#C3330C'

red 195 ◦ green 51 ◦ blue 12

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

Shades of Harley Davidson Orange #C3330C

Tints of Harley Davidson Orange #C3330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 75.58%
G = 19.77%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C3330C (or 0xC3330C) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 0C. RGB value is (195,51,12). Sum of RGB (Red+Green+Blue) = 195+51+12=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3330C is #3CCCF3. Grayscale: #595959. Windows color (decimal): -3984628 or 799683. OLE color: 799683.

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

Color convert

RGB 195 51 12 -
CMYK 0 0.74 0.94 0.24
HSL 12.79º 0.88% 0.41% -
HSV(B) 12.79º 0.94% 0.76% -
XYZ 23.76 14 1.8 -
YUV 89.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 195 51 12 0 0.74 0.94 0.24 12.79 0.88 0.41
Hex C3 33 C 0 4A 5E 18 D 58 29
Octal 303 63 14 0 112 136 30 15 130 51
Binary 11000011 110011 1100 0 1001010 1011110 11000 1101 1011000 101001

Color Harmonies of #C3330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3330C

Black with #C3330C

Text Example


Text Example

White with #C3330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3330C; }

 p { color: rgb(195,51,12); }

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

background-color css

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

 a { background-color: rgb(195,51,12); }

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

border-color css

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

 span { border-color: rgb(195,51,12); }

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