Html Css Color HEX #C3401E Harley Davidson Orange

📋 copy color: '#C3401E'

red 195 ◦ green 64 ◦ blue 30

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

Shades of Harley Davidson Orange #C3401E

Tints of Harley Davidson Orange #C3401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 67.47%
G = 22.15%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3401E (or 0xC3401E) is known color: Harley Davidson Orange. HEX triplet: C3, 40 and 1E. RGB value is (195,64,30). Sum of RGB (Red+Green+Blue) = 195+64+30=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C3401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3401E is #3CBFE1. Grayscale: #636363. Windows color (decimal): -3981282 or 1982659. OLE color: 1982659.

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

Color convert

RGB 195 64 30 -
CMYK 0 0.67 0.85 0.24
HSL 12.36º 0.73% 0.44% -
HSV(B) 12.36º 0.85% 0.76% -
XYZ 24.57 15.36 2.9 -
YUV 99.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 195 64 30 0 0.67 0.85 0.24 12.36 0.73 0.44
Hex C3 40 1E 0 43 55 18 C 49 2C
Octal 303 100 36 0 103 125 30 14 111 54
Binary 11000011 1000000 11110 0 1000011 1010101 11000 1100 1001001 101100

Color Harmonies of #C3401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3401E

Black with #C3401E

Text Example


Text Example

White with #C3401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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