Html Css Color HEX #C32613 Harley Davidson Orange

📋 copy color: '#C32613'

red 195 ◦ green 38 ◦ blue 19

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

Shades of Harley Davidson Orange #C32613

Tints of Harley Davidson Orange #C32613

RGB

 RED value IS 195 (76.56% from 255) = 77.38%

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

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

R = 77.38%
G = 15.08%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C32613 (or 0xC32613) is known color: Harley Davidson Orange. HEX triplet: C3, 26 and 13. RGB value is (195,38,19). Sum of RGB (Red+Green+Blue) = 195+38+19=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C32613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32613 is #3CD9EC. Grayscale: #535353. Windows color (decimal): -3987949 or 1255107. OLE color: 1255107.

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

Color convert

RGB 195 38 19 -
CMYK 0 0.81 0.90 0.24
HSL 6.48º 0.82% 0.42% -
HSV(B) 6.48º 0.9% 0.76% -
XYZ 23.32 13.04 1.9 -
YUV 82.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 195 38 19 0 0.81 0.90 0.24 6.48 0.82 0.42
Hex C3 26 13 0 51 5A 18 6 52 2A
Octal 303 46 23 0 121 132 30 6 122 52
Binary 11000011 100110 10011 0 1010001 1011010 11000 110 1010010 101010

Color Harmonies of #C32613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32613

Black with #C32613

Text Example


Text Example

White with #C32613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32613; }

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

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

background-color css

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

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

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

border-color css

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

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

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