Html Css Color HEX #C61A09 Harley Davidson Orange

📋 copy color: '#C61A09'

red 198 ◦ green 26 ◦ blue 9

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

Shades of Harley Davidson Orange #C61A09

Tints of Harley Davidson Orange #C61A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

 BLUE value IS 9 (3.91% from 255) = 3.86%

R = 84.98%
G = 11.16%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C61A09 (or 0xC61A09) is known color: Harley Davidson Orange. HEX triplet: C6, 1A and 09. RGB value is (198,26,9). Sum of RGB (Red+Green+Blue) = 198+26+9=233 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.98% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A09 is #39E5F6. Grayscale: #4B4B4B. Windows color (decimal): -3794423 or 596678. OLE color: 596678.

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

Color convert

RGB 198 26 9 -
CMYK 0 0.87 0.95 0.22
HSL 5.4º 0.91% 0.41% -
HSV(B) 5.4º 0.95% 0.78% -
XYZ 23.71 12.76 1.47 -
YUV 75.49 90.48 215.38 -
System Red Green Blue C M Y K H S L
Decimal 198 26 9 0 0.87 0.95 0.22 5.4 0.91 0.41
Hex C6 1A 9 0 57 5F 16 5 5B 29
Octal 306 32 11 0 127 137 26 5 133 51
Binary 11000110 11010 1001 0 1010111 1011111 10110 101 1011011 101001

Color Harmonies of #C61A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61A09

Black with #C61A09

Text Example


Text Example

White with #C61A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61A09; }

 p { color: rgb(198,26,9); }

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

background-color css

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

 a { background-color: rgb(198,26,9); }

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

border-color css

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

 span { border-color: rgb(198,26,9); }

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