Html Css Color HEX #C42618 Harley Davidson Orange

📋 copy color: '#C42618'

red 196 ◦ green 38 ◦ blue 24

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

Shades of Harley Davidson Orange #C42618

Tints of Harley Davidson Orange #C42618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.73%

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 75.97%
G = 14.73%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C42618 (or 0xC42618) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 18. RGB value is (196,38,24). Sum of RGB (Red+Green+Blue) = 196+38+24=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C42618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42618 is #3BD9E7. Grayscale: #535353. Windows color (decimal): -3922408 or 1582788. OLE color: 1582788.

HSL color Cylindrical-coordinate representation of color #C42618: hue angle of 4.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C42618 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 24 -
CMYK 0 0.81 0.88 0.23
HSL 4.88º 0.78% 0.43% -
HSV(B) 4.88º 0.88% 0.77% -
XYZ 23.62 13.19 2.16 -
YUV 83.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 196 38 24 0 0.81 0.88 0.23 4.88 0.78 0.43
Hex C4 26 18 0 51 58 17 5 4E 2B
Octal 304 46 30 0 121 130 27 5 116 53
Binary 11000100 100110 11000 0 1010001 1011000 10111 101 1001110 101011

Color Harmonies of #C42618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42618

Black with #C42618

Text Example


Text Example

White with #C42618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42618; }

 p { color: rgb(196,38,24); }

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

background-color css

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

 a { background-color: rgb(196,38,24); }

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

border-color css

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

 span { border-color: rgb(196,38,24); }

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