Html Css Color HEX #C62D0C Harley Davidson Orange

📋 copy color: '#C62D0C'

red 198 ◦ green 45 ◦ blue 12

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

Shades of Harley Davidson Orange #C62D0C

Tints of Harley Davidson Orange #C62D0C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.65%

 BLUE value IS 12 (5.08% from 255) = 4.71%

R = 77.65%
G = 17.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C62D0C (or 0xC62D0C) is known color: Harley Davidson Orange. HEX triplet: C6, 2D and 0C. RGB value is (198,45,12). Sum of RGB (Red+Green+Blue) = 198+45+12=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62D0C is #39D2F3. Grayscale: #575757. Windows color (decimal): -3789556 or 798150. OLE color: 798150.

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

Color convert

RGB 198 45 12 -
CMYK 0 0.77 0.94 0.22
HSL 10.65º 0.89% 0.41% -
HSV(B) 10.65º 0.94% 0.78% -
XYZ 24.29 13.91 1.75 -
YUV 86.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 198 45 12 0 0.77 0.94 0.22 10.65 0.89 0.41
Hex C6 2D C 0 4D 5E 16 B 59 29
Octal 306 55 14 0 115 136 26 13 131 51
Binary 11000110 101101 1100 0 1001101 1011110 10110 1011 1011001 101001

Color Harmonies of #C62D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D0C

Black with #C62D0C

Text Example


Text Example

White with #C62D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D0C; }

 p { color: rgb(198,45,12); }

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

background-color css

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

 a { background-color: rgb(198,45,12); }

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

border-color css

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

 span { border-color: rgb(198,45,12); }

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