Html Css Color HEX #C4361F Harley Davidson Orange

📋 copy color: '#C4361F'

red 196 ◦ green 54 ◦ blue 31

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

Shades of Harley Davidson Orange #C4361F

Tints of Harley Davidson Orange #C4361F

RGB

 RED value IS 196 (76.95% from 255) = 69.75%

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

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

R = 69.75%
G = 19.22%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4361F (or 0xC4361F) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 1F. RGB value is (196,54,31). Sum of RGB (Red+Green+Blue) = 196+54+31=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C4361F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4361F is #3BC9E0. Grayscale: #5E5E5E. Windows color (decimal): -3918305 or 2045636. OLE color: 2045636.

HSL color Cylindrical-coordinate representation of color #C4361F: hue angle of 8.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4361F is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 54 31 -
CMYK 0 0.72 0.84 0.23
HSL 8.36º 0.73% 0.45% -
HSV(B) 8.36º 0.84% 0.77% -
XYZ 24.33 14.47 2.81 -
YUV 93.84 92.54 200.87 -
System Red Green Blue C M Y K H S L
Decimal 196 54 31 0 0.72 0.84 0.23 8.36 0.73 0.45
Hex C4 36 1F 0 48 54 17 8 49 2D
Octal 304 66 37 0 110 124 27 10 111 55
Binary 11000100 110110 11111 0 1001000 1010100 10111 1000 1001001 101101

Color Harmonies of #C4361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4361F

Black with #C4361F

Text Example


Text Example

White with #C4361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4361F; }

 p { color: rgb(196,54,31); }

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

background-color css

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

 a { background-color: rgb(196,54,31); }

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

border-color css

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

 span { border-color: rgb(196,54,31); }

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