Html Css Color HEX #C42613 Harley Davidson Orange

📋 copy color: '#C42613'

red 196 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #C42613

Tints of Harley Davidson Orange #C42613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.51%

R = 77.47%
G = 15.02%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C42613 (or 0xC42613) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 13. RGB value is (196,38,19). Sum of RGB (Red+Green+Blue) = 196+38+19=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42613 is #3BD9EC. Grayscale: #535353. Windows color (decimal): -3922413 or 1255108. OLE color: 1255108.

HSL color Cylindrical-coordinate representation of color #C42613: hue angle of 6.44º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42613 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 19 -
CMYK 0 0.81 0.90 0.23
HSL 6.44º 0.82% 0.42% -
HSV(B) 6.44º 0.9% 0.77% -
XYZ 23.58 13.17 1.92 -
YUV 83.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 196 38 19 0 0.81 0.90 0.23 6.44 0.82 0.42
Hex C4 26 13 0 51 5A 17 6 52 2A
Octal 304 46 23 0 121 132 27 6 122 52
Binary 11000100 100110 10011 0 1010001 1011010 10111 110 1010010 101010

Color Harmonies of #C42613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42613

Black with #C42613

Text Example


Text Example

White with #C42613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42613; }

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

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

background-color css

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

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

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

border-color css

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

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

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