Html Css Color HEX #C3330E Harley Davidson Orange

📋 copy color: '#C3330E'

red 195 ◦ green 51 ◦ blue 14

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

Shades of Harley Davidson Orange #C3330E

Tints of Harley Davidson Orange #C3330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.38%

R = 75%
G = 19.62%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C3330E (or 0xC3330E) is known color: Harley Davidson Orange. HEX triplet: C3, 33 and 0E. RGB value is (195,51,14). Sum of RGB (Red+Green+Blue) = 195+51+14=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3330E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3330E is #3CCCF1. Grayscale: #5A5A5A. Windows color (decimal): -3984626 or 930755. OLE color: 930755.

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

Color convert

RGB 195 51 14 -
CMYK 0 0.74 0.93 0.24
HSL 12.27º 0.87% 0.41% -
HSV(B) 12.27º 0.93% 0.76% -
XYZ 23.77 14 1.87 -
YUV 89.84 85.21 203.01 -
System Red Green Blue C M Y K H S L
Decimal 195 51 14 0 0.74 0.93 0.24 12.27 0.87 0.41
Hex C3 33 E 0 4A 5D 18 C 57 29
Octal 303 63 16 0 112 135 30 14 127 51
Binary 11000011 110011 1110 0 1001010 1011101 11000 1100 1010111 101001

Color Harmonies of #C3330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3330E

Black with #C3330E

Text Example


Text Example

White with #C3330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3330E; }

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

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

background-color css

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

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

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

border-color css

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

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

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