Html Css Color HEX #C4380F Harley Davidson Orange

📋 copy color: '#C4380F'

red 196 ◦ green 56 ◦ blue 15

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

Shades of Harley Davidson Orange #C4380F

Tints of Harley Davidson Orange #C4380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 15 (6.25% from 255) = 5.62%

R = 73.41%
G = 20.97%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4380F (or 0xC4380F) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 0F. RGB value is (196,56,15). Sum of RGB (Red+Green+Blue) = 196+56+15=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C4380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4380F is #3BC7F0. Grayscale: #5D5D5D. Windows color (decimal): -3917809 or 997572. OLE color: 997572.

HSL color Cylindrical-coordinate representation of color #C4380F: hue angle of 13.59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4380F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 15 -
CMYK 0 0.71 0.92 0.23
HSL 13.59º 0.86% 0.41% -
HSV(B) 13.59º 0.92% 0.77% -
XYZ 24.27 14.6 1.99 -
YUV 93.19 83.88 201.33 -
System Red Green Blue C M Y K H S L
Decimal 196 56 15 0 0.71 0.92 0.23 13.59 0.86 0.41
Hex C4 38 F 0 47 5C 17 E 56 29
Octal 304 70 17 0 107 134 27 16 126 51
Binary 11000100 111000 1111 0 1000111 1011100 10111 1110 1010110 101001

Color Harmonies of #C4380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4380F

Black with #C4380F

Text Example


Text Example

White with #C4380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4380F; }

 p { color: rgb(196,56,15); }

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

background-color css

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

 a { background-color: rgb(196,56,15); }

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

border-color css

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

 span { border-color: rgb(196,56,15); }

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