Html Css Color HEX #C3411F Harley Davidson Orange

📋 copy color: '#C3411F'

red 195 ◦ green 65 ◦ blue 31

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

Shades of Harley Davidson Orange #C3411F

Tints of Harley Davidson Orange #C3411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.34%

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

R = 67.01%
G = 22.34%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3411F (or 0xC3411F) is known color: Harley Davidson Orange. HEX triplet: C3, 41 and 1F. RGB value is (195,65,31). Sum of RGB (Red+Green+Blue) = 195+65+31=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C3411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3411F is #3CBEE0. Grayscale: #646464. Windows color (decimal): -3981025 or 2048451. OLE color: 2048451.

HSL color Cylindrical-coordinate representation of color #C3411F: hue angle of 12.44º 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 #C3411F is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 65 31 -
CMYK 0 0.67 0.84 0.24
HSL 12.44º 0.73% 0.44% -
HSV(B) 12.44º 0.84% 0.76% -
XYZ 24.64 15.48 2.99 -
YUV 99.99 89.07 195.76 -
System Red Green Blue C M Y K H S L
Decimal 195 65 31 0 0.67 0.84 0.24 12.44 0.73 0.44
Hex C3 41 1F 0 43 54 18 C 49 2C
Octal 303 101 37 0 103 124 30 14 111 54
Binary 11000011 1000001 11111 0 1000011 1010100 11000 1100 1001001 101100

Color Harmonies of #C3411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3411F

Black with #C3411F

Text Example


Text Example

White with #C3411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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