Html Css Color HEX #C3401B Harley Davidson Orange

📋 copy color: '#C3401B'

red 195 ◦ green 64 ◦ blue 27

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

Shades of Harley Davidson Orange #C3401B

Tints of Harley Davidson Orange #C3401B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.38%

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

R = 68.18%
G = 22.38%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C3401B (or 0xC3401B) is known color: Harley Davidson Orange. HEX triplet: C3, 40 and 1B. RGB value is (195,64,27). Sum of RGB (Red+Green+Blue) = 195+64+27=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C3401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3401B is #3CBFE4. Grayscale: #636363. Windows color (decimal): -3981285 or 1786051. OLE color: 1786051.

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

Color convert

RGB 195 64 27 -
CMYK 0 0.67 0.86 0.24
HSL 13.21º 0.76% 0.44% -
HSV(B) 13.21º 0.86% 0.76% -
XYZ 24.54 15.35 2.71 -
YUV 98.95 87.4 196.51 -
System Red Green Blue C M Y K H S L
Decimal 195 64 27 0 0.67 0.86 0.24 13.21 0.76 0.44
Hex C3 40 1B 0 43 56 18 D 4C 2C
Octal 303 100 33 0 103 126 30 15 114 54
Binary 11000011 1000000 11011 0 1000011 1010110 11000 1101 1001100 101100

Color Harmonies of #C3401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3401B

Black with #C3401B

Text Example


Text Example

White with #C3401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3401B; }

 p { color: rgb(195,64,27); }

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

background-color css

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

 a { background-color: rgb(195,64,27); }

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

border-color css

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

 span { border-color: rgb(195,64,27); }

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