Html Css Color HEX #C4381B Harley Davidson Orange

📋 copy color: '#C4381B'

red 196 ◦ green 56 ◦ blue 27

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

Shades of Harley Davidson Orange #C4381B

Tints of Harley Davidson Orange #C4381B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 70.25%
G = 20.07%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4381B (or 0xC4381B) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 1B. RGB value is (196,56,27). Sum of RGB (Red+Green+Blue) = 196+56+27=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4381B is #3BC7E4. Grayscale: #5E5E5E. Windows color (decimal): -3917797 or 1784004. OLE color: 1784004.

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

Color convert

RGB 196 56 27 -
CMYK 0 0.71 0.86 0.23
HSL 10.3º 0.76% 0.44% -
HSV(B) 10.3º 0.86% 0.77% -
XYZ 24.38 14.64 2.58 -
YUV 94.55 89.88 200.36 -
System Red Green Blue C M Y K H S L
Decimal 196 56 27 0 0.71 0.86 0.23 10.3 0.76 0.44
Hex C4 38 1B 0 47 56 17 A 4C 2C
Octal 304 70 33 0 107 126 27 12 114 54
Binary 11000100 111000 11011 0 1000111 1010110 10111 1010 1001100 101100

Color Harmonies of #C4381B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4381B

Black with #C4381B

Text Example


Text Example

White with #C4381B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4381B; }

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

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

background-color css

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

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

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

border-color css

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

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

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