Html Css Color HEX #C3441F Harley Davidson Orange

📋 copy color: '#C3441F'

red 195 ◦ green 68 ◦ blue 31

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

Shades of Harley Davidson Orange #C3441F

Tints of Harley Davidson Orange #C3441F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 66.33%
G = 23.13%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3441F (or 0xC3441F) is known color: Harley Davidson Orange. HEX triplet: C3, 44 and 1F. RGB value is (195,68,31). Sum of RGB (Red+Green+Blue) = 195+68+31=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C3441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3441F is #3CBBE0. Grayscale: #666666. Windows color (decimal): -3980257 or 2049219. OLE color: 2049219.

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

Color convert

RGB 195 68 31 -
CMYK 0 0.65 0.84 0.24
HSL 13.54º 0.73% 0.44% -
HSV(B) 13.54º 0.84% 0.76% -
XYZ 24.82 15.84 3.04 -
YUV 101.76 88.08 194.51 -
System Red Green Blue C M Y K H S L
Decimal 195 68 31 0 0.65 0.84 0.24 13.54 0.73 0.44
Hex C3 44 1F 0 41 54 18 E 49 2C
Octal 303 104 37 0 101 124 30 16 111 54
Binary 11000011 1000100 11111 0 1000001 1010100 11000 1110 1001001 101100

Color Harmonies of #C3441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3441F

Black with #C3441F

Text Example


Text Example

White with #C3441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3441F; }

 p { color: rgb(195,68,31); }

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

background-color css

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

 a { background-color: rgb(195,68,31); }

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

border-color css

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

 span { border-color: rgb(195,68,31); }

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