Html Css Color HEX #C41B09 Harley Davidson Orange

📋 copy color: '#C41B09'

red 196 ◦ green 27 ◦ blue 9

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

Shades of Harley Davidson Orange #C41B09

Tints of Harley Davidson Orange #C41B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.64%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 84.48%
G = 11.64%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C41B09 (or 0xC41B09) is known color: Harley Davidson Orange. HEX triplet: C4, 1B and 09. RGB value is (196,27,9). Sum of RGB (Red+Green+Blue) = 196+27+9=232 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.48% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41B09 is #3BE4F6. Grayscale: #4B4B4B. Windows color (decimal): -3925239 or 596932. OLE color: 596932.

HSL color Cylindrical-coordinate representation of color #C41B09: hue angle of 5.78º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C41B09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 27 9 -
CMYK 0 0.86 0.95 0.23
HSL 5.78º 0.91% 0.4% -
HSV(B) 5.78º 0.95% 0.77% -
XYZ 23.21 12.54 1.46 -
YUV 75.48 90.49 213.96 -
System Red Green Blue C M Y K H S L
Decimal 196 27 9 0 0.86 0.95 0.23 5.78 0.91 0.4
Hex C4 1B 9 0 56 5F 17 6 5B 28
Octal 304 33 11 0 126 137 27 6 133 50
Binary 11000100 11011 1001 0 1010110 1011111 10111 110 1011011 101000

Color Harmonies of #C41B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B09

Black with #C41B09

Text Example


Text Example

White with #C41B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B09; }

 p { color: rgb(196,27,9); }

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

background-color css

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

 a { background-color: rgb(196,27,9); }

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

border-color css

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

 span { border-color: rgb(196,27,9); }

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