Html Css Color HEX #C3361D Harley Davidson Orange

📋 copy color: '#C3361D'

red 195 ◦ green 54 ◦ blue 29

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

Shades of Harley Davidson Orange #C3361D

Tints of Harley Davidson Orange #C3361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 70.14%
G = 19.42%
B = 10.43%

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

#C3361D (or 0xC3361D) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 1D. RGB value is (195,54,29). Sum of RGB (Red+Green+Blue) = 195+54+29=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C3361D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3361D is #3CC9E2. Grayscale: #5D5D5D. Windows color (decimal): -3983843 or 1914563. OLE color: 1914563.

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

Color convert

RGB 195 54 29 -
CMYK 0 0.72 0.85 0.24
HSL 9.04º 0.74% 0.44% -
HSV(B) 9.04º 0.85% 0.76% -
XYZ 24.05 14.33 2.66 -
YUV 93.31 91.71 200.53 -
System Red Green Blue C M Y K H S L
Decimal 195 54 29 0 0.72 0.85 0.24 9.04 0.74 0.44
Hex C3 36 1D 0 48 55 18 9 4A 2C
Octal 303 66 35 0 110 125 30 11 112 54
Binary 11000011 110110 11101 0 1001000 1010101 11000 1001 1001010 101100

Color Harmonies of #C3361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3361D

Black with #C3361D

Text Example


Text Example

White with #C3361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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