Html Css Color HEX #C03201 Harley Davidson Orange

📋 copy color: '#C03201'

red 192 ◦ green 50 ◦ blue 1

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

Shades of Harley Davidson Orange #C03201

Tints of Harley Davidson Orange #C03201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 79.01%
G = 20.58%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C03201 (or 0xC03201) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 01. RGB value is (192,50,1). Sum of RGB (Red+Green+Blue) = 192+50+1=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C03201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03201 is #3FCDFE. Grayscale: #575757. Windows color (decimal): -4181503 or 78528. OLE color: 78528.

HSL color Cylindrical-coordinate representation of color #C03201: hue angle of 15.39º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03201 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 50 1 -
CMYK 0 0.74 0.99 0.25
HSL 15.39º 0.99% 0.38% -
HSV(B) 15.39º 0.99% 0.75% -
XYZ 22.88 13.49 1.43 -
YUV 86.87 79.54 202.98 -
System Red Green Blue C M Y K H S L
Decimal 192 50 1 0 0.74 0.99 0.25 15.39 0.99 0.38
Hex C0 32 1 0 4A 63 19 F 63 26
Octal 300 62 1 0 112 143 31 17 143 46
Binary 11000000 110010 1 0 1001010 1100011 11001 1111 1100011 100110

Color Harmonies of #C03201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03201

Black with #C03201

Text Example


Text Example

White with #C03201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03201; }

 p { color: rgb(192,50,1); }

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

background-color css

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

 a { background-color: rgb(192,50,1); }

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

border-color css

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

 span { border-color: rgb(192,50,1); }

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