Html Css Color HEX #C0250F Harley Davidson Orange

📋 copy color: '#C0250F'

red 192 ◦ green 37 ◦ blue 15

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

Shades of Harley Davidson Orange #C0250F

Tints of Harley Davidson Orange #C0250F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 78.69%
G = 15.16%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C0250F (or 0xC0250F) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 0F. RGB value is (192,37,15). Sum of RGB (Red+Green+Blue) = 192+37+15=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C0250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0250F is #3FDAF0. Grayscale: #515151. Windows color (decimal): -4184817 or 992704. OLE color: 992704.

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

Color convert

RGB 192 37 15 -
CMYK 0 0.81 0.92 0.25
HSL 7.46º 0.86% 0.41% -
HSV(B) 7.46º 0.92% 0.75% -
XYZ 22.49 12.56 1.69 -
YUV 80.84 90.85 207.29 -
System Red Green Blue C M Y K H S L
Decimal 192 37 15 0 0.81 0.92 0.25 7.46 0.86 0.41
Hex C0 25 F 0 51 5C 19 7 56 29
Octal 300 45 17 0 121 134 31 7 126 51
Binary 11000000 100101 1111 0 1010001 1011100 11001 111 1010110 101001

Color Harmonies of #C0250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0250F

Black with #C0250F

Text Example


Text Example

White with #C0250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0250F; }

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

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

background-color css

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

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

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

border-color css

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

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

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