Html Css Color HEX #C62215 Harley Davidson Orange

📋 copy color: '#C62215'

red 198 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #C62215

Tints of Harley Davidson Orange #C62215

RGB

 RED value IS 198 (77.73% from 255) = 78.26%

 GREEN value IS 34 (13.67% from 255) = 13.44%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 78.26%
G = 13.44%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C62215 (or 0xC62215) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 15. RGB value is (198,34,21). Sum of RGB (Red+Green+Blue) = 198+34+21=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C62215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62215 is #39DDEA. Grayscale: #515151. Windows color (decimal): -3792363 or 1385158. OLE color: 1385158.

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

Color convert

RGB 198 34 21 -
CMYK 0 0.83 0.89 0.22
HSL 4.41º 0.81% 0.43% -
HSV(B) 4.41º 0.89% 0.78% -
XYZ 24 13.2 1.99 -
YUV 81.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 198 34 21 0 0.83 0.89 0.22 4.41 0.81 0.43
Hex C6 22 15 0 53 59 16 4 51 2B
Octal 306 42 25 0 123 131 26 4 121 53
Binary 11000110 100010 10101 0 1010011 1011001 10110 100 1010001 101011

Color Harmonies of #C62215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62215

Black with #C62215

Text Example


Text Example

White with #C62215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62215; }

 p { color: rgb(198,34,21); }

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

background-color css

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

 a { background-color: rgb(198,34,21); }

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

border-color css

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

 span { border-color: rgb(198,34,21); }

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