Html Css Color HEX #C62612 Harley Davidson Orange

📋 copy color: '#C62612'

red 198 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #C62612

Tints of Harley Davidson Orange #C62612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 77.95%
G = 14.96%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C62612 (or 0xC62612) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 12. RGB value is (198,38,18). Sum of RGB (Red+Green+Blue) = 198+38+18=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62612 is #39D9ED. Grayscale: #535353. Windows color (decimal): -3791342 or 1189574. OLE color: 1189574.

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

Color convert

RGB 198 38 18 -
CMYK 0 0.81 0.91 0.22
HSL 6.67º 0.83% 0.42% -
HSV(B) 6.67º 0.91% 0.78% -
XYZ 24.09 13.44 1.9 -
YUV 83.56 91.01 209.63 -
System Red Green Blue C M Y K H S L
Decimal 198 38 18 0 0.81 0.91 0.22 6.67 0.83 0.42
Hex C6 26 12 0 51 5B 16 7 53 2A
Octal 306 46 22 0 121 133 26 7 123 52
Binary 11000110 100110 10010 0 1010001 1011011 10110 111 1010011 101010

Color Harmonies of #C62612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62612

Black with #C62612

Text Example


Text Example

White with #C62612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62612; }

 p { color: rgb(198,38,18); }

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

background-color css

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

 a { background-color: rgb(198,38,18); }

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

border-color css

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

 span { border-color: rgb(198,38,18); }

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