Html Css Color HEX #CA361B Harley Davidson Orange
📋 copy color: '#CA361B'red 202 ◦ green 54 ◦ blue 27
Shades of Harley Davidson Orange #CA361B
Tints of Harley Davidson Orange #CA361B
RGB
CMYK
RGB Variations
Color information
#CA361B (or 0xCA361B) is known color: Harley Davidson Orange. HEX triplet: CA, 36 and 1B. RGB value is (202,54,27). Sum of RGB (Red+Green+Blue) = 202+54+27=283 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.38% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 202 - color contains mainly: red. Hex color #CA361B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA361B is #35C9E4. Grayscale: #5F5F5F. Windows color (decimal): -3525093 or 1783498. OLE color: 1783498.
HSL color Cylindrical-coordinate representation of color #CA361B: hue angle of 9.26º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA361B is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 54 | 27 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.21 |
| HSL | 9.26º | 0.76% | 0.45% | - |
| HSV(B) | 9.26º | 0.87% | 0.79% | - |
| XYZ | 25.87 | 15.27 | 2.62 | - |
| YUV | 95.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 27 | 0 | 0.73 | 0.87 | 0.21 | 9.26 | 0.76 | 0.45 |
| Hex | CA | 36 | 1B | 0 | 49 | 57 | 15 | 9 | 4C | 2D |
| Octal | 312 | 66 | 33 | 0 | 111 | 127 | 25 | 11 | 114 | 55 |
| Binary | 11001010 | 110110 | 11011 | 0 | 1001001 | 1010111 | 10101 | 1001 | 1001100 | 101101 |
Color Harmonies of #CA361B
Complementary color
Monochromatic Colors of #CA361B
Black with #CA361B
Text Example
Text Example
White with #CA361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA361B; }
p { color: rgb(202,54,27); }
H1.HeaderClassName
{
color: #CA361B;
}
.AnyTagClassName
{
color: #CA361B;
}
</style>
background-color css
<style>
a { background-color: #CA361B; }
a { background-color: rgb(202,54,27); }
div.DivClassName
{
background-color: #CA361B;
}
.BgClassName
{
background-color: #CA361B;
}
</style>
border-color css
<style>
span { border-color: #CA361B; }
span { border-color: rgb(202,54,27); }
td.TdClassName
{
border-color: #CA361B;
}
.TagClassName
{
border-color: #CA361B;
}
</style>