Html Css Color HEX #C4380C Harley Davidson Orange

📋 copy color: '#C4380C'

red 196 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #C4380C

Tints of Harley Davidson Orange #C4380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.55%

R = 74.24%
G = 21.21%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C4380C (or 0xC4380C) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 0C. RGB value is (196,56,12). Sum of RGB (Red+Green+Blue) = 196+56+12=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4380C is #3BC7F3. Grayscale: #5D5D5D. Windows color (decimal): -3917812 or 800964. OLE color: 800964.

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

Color convert

RGB 196 56 12 -
CMYK 0 0.71 0.94 0.23
HSL 14.35º 0.88% 0.41% -
HSV(B) 14.35º 0.94% 0.77% -
XYZ 24.25 14.59 1.89 -
YUV 92.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 196 56 12 0 0.71 0.94 0.23 14.35 0.88 0.41
Hex C4 38 C 0 47 5E 17 E 58 29
Octal 304 70 14 0 107 136 27 16 130 51
Binary 11000100 111000 1100 0 1000111 1011110 10111 1110 1011000 101001

Color Harmonies of #C4380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4380C

Black with #C4380C

Text Example


Text Example

White with #C4380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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