Html Css Color HEX #C41C04 Harley Davidson Orange

📋 copy color: '#C41C04'

red 196 ◦ green 28 ◦ blue 4

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

Shades of Harley Davidson Orange #C41C04

Tints of Harley Davidson Orange #C41C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.28%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 85.96%
G = 12.28%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C41C04 (or 0xC41C04) is known color: Harley Davidson Orange. HEX triplet: C4, 1C and 04. RGB value is (196,28,4). Sum of RGB (Red+Green+Blue) = 196+28+4=228 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.96% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C41C04 is #3BE3FB. Grayscale: #4B4B4B. Windows color (decimal): -3924988 or 269508. OLE color: 269508.

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

Color convert

RGB 196 28 4 -
CMYK 0 0.86 0.98 0.23
HSL 7.5º 0.96% 0.39% -
HSV(B) 7.5º 0.98% 0.77% -
XYZ 23.2 12.58 1.32 -
YUV 75.5 87.66 213.95 -
System Red Green Blue C M Y K H S L
Decimal 196 28 4 0 0.86 0.98 0.23 7.5 0.96 0.39
Hex C4 1C 4 0 56 62 17 8 60 27
Octal 304 34 4 0 126 142 27 10 140 47
Binary 11000100 11100 100 0 1010110 1100010 10111 1000 1100000 100111

Color Harmonies of #C41C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C04

Black with #C41C04

Text Example


Text Example

White with #C41C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C04; }

 p { color: rgb(196,28,4); }

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

background-color css

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

 a { background-color: rgb(196,28,4); }

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

border-color css

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

 span { border-color: rgb(196,28,4); }

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