Html Css Color HEX #C61E0D Harley Davidson Orange

📋 copy color: '#C61E0D'

red 198 ◦ green 30 ◦ blue 13

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

Shades of Harley Davidson Orange #C61E0D

Tints of Harley Davidson Orange #C61E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.45%

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 82.16%
G = 12.45%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C61E0D (or 0xC61E0D) is known color: Harley Davidson Orange. HEX triplet: C6, 1E and 0D. RGB value is (198,30,13). Sum of RGB (Red+Green+Blue) = 198+30+13=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61E0D is #39E1F2. Grayscale: #4E4E4E. Windows color (decimal): -3793395 or 859846. OLE color: 859846.

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

Color convert

RGB 198 30 13 -
CMYK 0 0.85 0.93 0.22
HSL 5.51º 0.88% 0.41% -
HSV(B) 5.51º 0.93% 0.78% -
XYZ 23.83 12.96 1.63 -
YUV 78.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 198 30 13 0 0.85 0.93 0.22 5.51 0.88 0.41
Hex C6 1E D 0 55 5D 16 6 58 29
Octal 306 36 15 0 125 135 26 6 130 51
Binary 11000110 11110 1101 0 1010101 1011101 10110 110 1011000 101001

Color Harmonies of #C61E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61E0D

Black with #C61E0D

Text Example


Text Example

White with #C61E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61E0D; }

 p { color: rgb(198,30,13); }

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

background-color css

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

 a { background-color: rgb(198,30,13); }

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

border-color css

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

 span { border-color: rgb(198,30,13); }

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