Html Css Color HEX #C3361E Harley Davidson Orange

📋 copy color: '#C3361E'

red 195 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #C3361E

Tints of Harley Davidson Orange #C3361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 69.89%
G = 19.35%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3361E (or 0xC3361E) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 1E. RGB value is (195,54,30). Sum of RGB (Red+Green+Blue) = 195+54+30=279 (36% of max value = 765). Red value is 195 (76.56% from 255 or 69.89% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 195 - color contains mainly: red. Hex color #C3361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3361E is #3CC9E1. Grayscale: #5D5D5D. Windows color (decimal): -3983842 or 1980099. OLE color: 1980099.

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

Color convert

RGB 195 54 30 -
CMYK 0 0.72 0.85 0.24
HSL 8.73º 0.73% 0.44% -
HSV(B) 8.73º 0.85% 0.76% -
XYZ 24.06 14.33 2.73 -
YUV 93.42 92.21 200.45 -
System Red Green Blue C M Y K H S L
Decimal 195 54 30 0 0.72 0.85 0.24 8.73 0.73 0.44
Hex C3 36 1E 0 48 55 18 9 49 2C
Octal 303 66 36 0 110 125 30 11 111 54
Binary 11000011 110110 11110 0 1001000 1010101 11000 1001 1001001 101100

Color Harmonies of #C3361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3361E

Black with #C3361E

Text Example


Text Example

White with #C3361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3361E; }

 p { color: rgb(195,54,30); }

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

background-color css

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

 a { background-color: rgb(195,54,30); }

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

border-color css

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

 span { border-color: rgb(195,54,30); }

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