Html Css Color HEX #C41F01 Harley Davidson Orange

📋 copy color: '#C41F01'

red 196 ◦ green 31 ◦ blue 1

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

Shades of Harley Davidson Orange #C41F01

Tints of Harley Davidson Orange #C41F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 85.96%
G = 13.6%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C41F01 (or 0xC41F01) is known color: Harley Davidson Orange. HEX triplet: C4, 1F and 01. RGB value is (196,31,1). Sum of RGB (Red+Green+Blue) = 196+31+1=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41F01 is #3BE0FE. Grayscale: #4D4D4D. Windows color (decimal): -3924223 or 73668. OLE color: 73668.

HSL color Cylindrical-coordinate representation of color #C41F01: hue angle of 9.23º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C41F01 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 31 1 -
CMYK 0 0.84 0.99 0.23
HSL 9.23º 0.99% 0.39% -
HSV(B) 9.23º 0.99% 0.77% -
XYZ 23.26 12.72 1.26 -
YUV 76.92 85.16 212.94 -
System Red Green Blue C M Y K H S L
Decimal 196 31 1 0 0.84 0.99 0.23 9.23 0.99 0.39
Hex C4 1F 1 0 54 63 17 9 63 27
Octal 304 37 1 0 124 143 27 11 143 47
Binary 11000100 11111 1 0 1010100 1100011 10111 1001 1100011 100111

Color Harmonies of #C41F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F01

Black with #C41F01

Text Example


Text Example

White with #C41F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F01; }

 p { color: rgb(196,31,1); }

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

background-color css

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

 a { background-color: rgb(196,31,1); }

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

border-color css

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

 span { border-color: rgb(196,31,1); }

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