Html Css Color HEX #C22509 Harley Davidson Orange

📋 copy color: '#C22509'

red 194 ◦ green 37 ◦ blue 9

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

Shades of Harley Davidson Orange #C22509

Tints of Harley Davidson Orange #C22509

RGB

 RED value IS 194 (76.17% from 255) = 80.83%

 GREEN value IS 37 (14.84% from 255) = 15.42%

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

R = 80.83%
G = 15.42%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C22509 (or 0xC22509) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 09. RGB value is (194,37,9). Sum of RGB (Red+Green+Blue) = 194+37+9=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C22509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22509 is #3DDAF6. Grayscale: #515151. Windows color (decimal): -4053751 or 599490. OLE color: 599490.

HSL color Cylindrical-coordinate representation of color #C22509: hue angle of 9.08º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C22509 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 9 -
CMYK 0 0.81 0.95 0.24
HSL 9.08º 0.91% 0.4% -
HSV(B) 9.08º 0.95% 0.76% -
XYZ 22.96 12.81 1.52 -
YUV 80.75 87.51 208.78 -
System Red Green Blue C M Y K H S L
Decimal 194 37 9 0 0.81 0.95 0.24 9.08 0.91 0.4
Hex C2 25 9 0 51 5F 18 9 5B 28
Octal 302 45 11 0 121 137 30 11 133 50
Binary 11000010 100101 1001 0 1010001 1011111 11000 1001 1011011 101000

Color Harmonies of #C22509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22509

Black with #C22509

Text Example


Text Example

White with #C22509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22509; }

 p { color: rgb(194,37,9); }

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

background-color css

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

 a { background-color: rgb(194,37,9); }

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

border-color css

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

 span { border-color: rgb(194,37,9); }

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