Html Css Color HEX #C03B25 Harley Davidson Orange

📋 copy color: '#C03B25'

red 192 ◦ green 59 ◦ blue 37

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

Shades of Harley Davidson Orange #C03B25

Tints of Harley Davidson Orange #C03B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.49%

 BLUE value IS 37 (14.84% from 255) = 12.85%

R = 66.67%
G = 20.49%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03B25 (or 0xC03B25) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 25. RGB value is (192,59,37). Sum of RGB (Red+Green+Blue) = 192+59+37=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B25 is #3FC4DA. Grayscale: #606060. Windows color (decimal): -4179163 or 2440128. OLE color: 2440128.

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

Color convert

RGB 192 59 37 -
CMYK 0 0.69 0.81 0.25
HSL 8.52º 0.68% 0.45% -
HSV(B) 8.52º 0.81% 0.75% -
XYZ 23.64 14.47 3.3 -
YUV 96.26 94.56 196.29 -
System Red Green Blue C M Y K H S L
Decimal 192 59 37 0 0.69 0.81 0.25 8.52 0.68 0.45
Hex C0 3B 25 0 45 51 19 9 44 2D
Octal 300 73 45 0 105 121 31 11 104 55
Binary 11000000 111011 100101 0 1000101 1010001 11001 1001 1000100 101101

Color Harmonies of #C03B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B25

Black with #C03B25

Text Example


Text Example

White with #C03B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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