Html Css Color HEX #CA430F Harley Davidson Orange
📋 copy color: '#CA430F'red 202 ◦ green 67 ◦ blue 15
Shades of Harley Davidson Orange #CA430F
Tints of Harley Davidson Orange #CA430F
RGB
CMYK
RGB Variations
Color information
#CA430F (or 0xCA430F) is known color: Harley Davidson Orange. HEX triplet: CA, 43 and 0F. RGB value is (202,67,15). Sum of RGB (Red+Green+Blue) = 202+67+15=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA430F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA430F is #35BCF0. Grayscale: #656565. Windows color (decimal): -3521777 or 1000394. OLE color: 1000394.
HSL color Cylindrical-coordinate representation of color #CA430F: hue angle of 16.68º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA430F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 15 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.21 |
| HSL | 16.68º | 0.86% | 0.43% | - |
| HSV(B) | 16.68º | 0.93% | 0.79% | - |
| XYZ | 26.45 | 16.61 | 2.26 | - |
| YUV | 101.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 15 | 0 | 0.67 | 0.93 | 0.21 | 16.68 | 0.86 | 0.43 |
| Hex | CA | 43 | F | 0 | 43 | 5D | 15 | 11 | 56 | 2B |
| Octal | 312 | 103 | 17 | 0 | 103 | 135 | 25 | 21 | 126 | 53 |
| Binary | 11001010 | 1000011 | 1111 | 0 | 1000011 | 1011101 | 10101 | 10001 | 1010110 | 101011 |
Color Harmonies of #CA430F
Complementary color
Monochromatic Colors of #CA430F
Black with #CA430F
Text Example
Text Example
White with #CA430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA430F; }
p { color: rgb(202,67,15); }
H1.HeaderClassName
{
color: #CA430F;
}
.AnyTagClassName
{
color: #CA430F;
}
</style>
background-color css
<style>
a { background-color: #CA430F; }
a { background-color: rgb(202,67,15); }
div.DivClassName
{
background-color: #CA430F;
}
.BgClassName
{
background-color: #CA430F;
}
</style>
border-color css
<style>
span { border-color: #CA430F; }
span { border-color: rgb(202,67,15); }
td.TdClassName
{
border-color: #CA430F;
}
.TagClassName
{
border-color: #CA430F;
}
</style>