Html Css Color HEX #C3330F Harley Davidson Orange

📋 copy color: '#C3330F'

red 195 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #C3330F

Tints of Harley Davidson Orange #C3330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 74.71%
G = 19.54%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3330F (or 0xC3330F) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 0F. RGB value is (195,51,15). Sum of RGB (Red+Green+Blue) = 195+51+15=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C3330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3330F is #3CCCF0. Grayscale: #5A5A5A. Windows color (decimal): -3984625 or 996291. OLE color: 996291.

HSL color Cylindrical-coordinate representation of color #C3330F: hue angle of 12º degrees, saturation: 0.86, 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 #C3330F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 51 15 -
CMYK 0 0.74 0.92 0.24
HSL 12º 0.86% 0.41% -
HSV(B) 12º 0.92% 0.76% -
XYZ 23.78 14 1.9 -
YUV 89.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 195 51 15 0 0.74 0.92 0.24 12 0.86 0.41
Hex C3 33 F 0 4A 5C 18 C 56 29
Octal 303 63 17 0 112 134 30 14 126 51
Binary 11000011 110011 1111 0 1001010 1011100 11000 1100 1010110 101001

Color Harmonies of #C3330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3330F

Black with #C3330F

Text Example


Text Example

White with #C3330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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