Html Css Color HEX #C0250B Harley Davidson Orange

📋 copy color: '#C0250B'

red 192 ◦ green 37 ◦ blue 11

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

Shades of Harley Davidson Orange #C0250B

Tints of Harley Davidson Orange #C0250B

RGB

 RED value IS 192 (75.39% from 255) = 80%

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

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 80%
G = 15.42%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#C0250B (or 0xC0250B) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 0B. RGB value is (192,37,11). Sum of RGB (Red+Green+Blue) = 192+37+11=240 (31% of max value = 765). Red value is 192 (75.39% from 255 or 80% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 192 - color contains mainly: red. Hex color #C0250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0250B is #3FDAF4. Grayscale: #505050. Windows color (decimal): -4184821 or 730560. OLE color: 730560.

HSL color Cylindrical-coordinate representation of color #C0250B: hue angle of 8.62º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0250B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 11 -
CMYK 0 0.81 0.94 0.25
HSL 8.62º 0.89% 0.4% -
HSV(B) 8.62º 0.94% 0.75% -
XYZ 22.46 12.55 1.56 -
YUV 80.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 192 37 11 0 0.81 0.94 0.25 8.62 0.89 0.4
Hex C0 25 B 0 51 5E 19 9 59 28
Octal 300 45 13 0 121 136 31 11 131 50
Binary 11000000 100101 1011 0 1010001 1011110 11001 1001 1011001 101000

Color Harmonies of #C0250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0250B

Black with #C0250B

Text Example


Text Example

White with #C0250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0250B; }

 p { color: rgb(192,37,11); }

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

background-color css

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

 a { background-color: rgb(192,37,11); }

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

border-color css

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

 span { border-color: rgb(192,37,11); }

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