Html Css Color HEX #C3301F Harley Davidson Orange

📋 copy color: '#C3301F'

red 195 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #C3301F

Tints of Harley Davidson Orange #C3301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 71.17%
G = 17.52%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3301F (or 0xC3301F) is known color: Harley Davidson Orange. HEX triplet: C3, 30 and 1F. RGB value is (195,48,31). Sum of RGB (Red+Green+Blue) = 195+48+31=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3301F is #3CCFE0. Grayscale: #5A5A5A. Windows color (decimal): -3985377 or 2044099. OLE color: 2044099.

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

Color convert

RGB 195 48 31 -
CMYK 0 0.75 0.84 0.24
HSL 6.22º 0.73% 0.44% -
HSV(B) 6.22º 0.84% 0.76% -
XYZ 23.81 13.81 2.71 -
YUV 90.02 94.7 202.88 -
System Red Green Blue C M Y K H S L
Decimal 195 48 31 0 0.75 0.84 0.24 6.22 0.73 0.44
Hex C3 30 1F 0 4B 54 18 6 49 2C
Octal 303 60 37 0 113 124 30 6 111 54
Binary 11000011 110000 11111 0 1001011 1010100 11000 110 1001001 101100

Color Harmonies of #C3301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3301F

Black with #C3301F

Text Example


Text Example

White with #C3301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3301F; }

 p { color: rgb(195,48,31); }

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

background-color css

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

 a { background-color: rgb(195,48,31); }

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

border-color css

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

 span { border-color: rgb(195,48,31); }

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