Html Css Color HEX #C0250D Harley Davidson Orange

📋 copy color: '#C0250D'

red 192 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #C0250D

Tints of Harley Davidson Orange #C0250D

RGB

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

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

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

R = 79.34%
G = 15.29%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#C0250D (or 0xC0250D) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 0D. RGB value is (192,37,13). Sum of RGB (Red+Green+Blue) = 192+37+13=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C0250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0250D is #3FDAF2. Grayscale: #505050. Windows color (decimal): -4184819 or 861632. OLE color: 861632.

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

Color convert

RGB 192 37 13 -
CMYK 0 0.81 0.93 0.25
HSL 8.04º 0.87% 0.4% -
HSV(B) 8.04º 0.93% 0.75% -
XYZ 22.47 12.56 1.62 -
YUV 80.61 89.85 207.45 -
System Red Green Blue C M Y K H S L
Decimal 192 37 13 0 0.81 0.93 0.25 8.04 0.87 0.4
Hex C0 25 D 0 51 5D 19 8 57 28
Octal 300 45 15 0 121 135 31 10 127 50
Binary 11000000 100101 1101 0 1010001 1011101 11001 1000 1010111 101000

Color Harmonies of #C0250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0250D

Black with #C0250D

Text Example


Text Example

White with #C0250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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