Html Css Color HEX #C93601 Harley Davidson Orange
📋 copy color: '#C93601'red 201 ◦ green 54 ◦ blue 1
Shades of Harley Davidson Orange #C93601
Tints of Harley Davidson Orange #C93601
RGB
CMYK
RGB Variations
Color information
#C93601 (or 0xC93601) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 01. RGB value is (201,54,1). Sum of RGB (Red+Green+Blue) = 201+54+1=256 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.52% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 201 - color contains mainly: red. Hex color #C93601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93601 is #36C9FE. Grayscale: #5C5C5C. Windows color (decimal): -3590655 or 79561. OLE color: 79561.
HSL color Cylindrical-coordinate representation of color #C93601: hue angle of 15.9º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C93601 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.21 |
| HSL | 15.9º | 0.99% | 0.4% | - |
| HSV(B) | 15.9º | 1% | 0.79% | - |
| XYZ | 25.41 | 15.06 | 1.6 | - |
| YUV | 91.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 1 | 0 | 0.73 | 1.00 | 0.21 | 15.9 | 0.99 | 0.4 |
| Hex | C9 | 36 | 1 | 0 | 49 | 64 | 15 | 10 | 63 | 28 |
| Octal | 311 | 66 | 1 | 0 | 111 | 144 | 25 | 20 | 143 | 50 |
| Binary | 11001001 | 110110 | 1 | 0 | 1001001 | 1100100 | 10101 | 10000 | 1100011 | 101000 |
Color Harmonies of #C93601
Complementary color
Monochromatic Colors of #C93601
Black with #C93601
Text Example
Text Example
White with #C93601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93601; }
p { color: rgb(201,54,1); }
H1.HeaderClassName
{
color: #C93601;
}
.AnyTagClassName
{
color: #C93601;
}
</style>
background-color css
<style>
a { background-color: #C93601; }
a { background-color: rgb(201,54,1); }
div.DivClassName
{
background-color: #C93601;
}
.BgClassName
{
background-color: #C93601;
}
</style>
border-color css
<style>
span { border-color: #C93601; }
span { border-color: rgb(201,54,1); }
td.TdClassName
{
border-color: #C93601;
}
.TagClassName
{
border-color: #C93601;
}
</style>