Html Css Color HEX #C61B09 Harley Davidson Orange

📋 copy color: '#C61B09'

red 198 ◦ green 27 ◦ blue 9

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

Shades of Harley Davidson Orange #C61B09

Tints of Harley Davidson Orange #C61B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.54%

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

R = 84.62%
G = 11.54%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C61B09 (or 0xC61B09) is known color: Harley Davidson Orange. HEX triplet: C6, 1B and 09. RGB value is (198,27,9). Sum of RGB (Red+Green+Blue) = 198+27+9=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B09 is #39E4F6. Grayscale: #4C4C4C. Windows color (decimal): -3794167 or 596934. OLE color: 596934.

HSL color Cylindrical-coordinate representation of color #C61B09: hue angle of 5.71º 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 #C61B09 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 27 9 -
CMYK 0 0.86 0.95 0.22
HSL 5.71º 0.91% 0.41% -
HSV(B) 5.71º 0.95% 0.78% -
XYZ 23.73 12.81 1.48 -
YUV 76.08 90.15 214.96 -
System Red Green Blue C M Y K H S L
Decimal 198 27 9 0 0.86 0.95 0.22 5.71 0.91 0.41
Hex C6 1B 9 0 56 5F 16 6 5B 29
Octal 306 33 11 0 126 137 26 6 133 51
Binary 11000110 11011 1001 0 1010110 1011111 10110 110 1011011 101001

Color Harmonies of #C61B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61B09

Black with #C61B09

Text Example


Text Example

White with #C61B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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