Html Css Color HEX #CA3013 Harley Davidson Orange

📋 copy color: '#CA3013'

red 202 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #CA3013

Tints of Harley Davidson Orange #CA3013

RGB

 RED value IS 202 (79.3% from 255) = 75.09%

 GREEN value IS 48 (19.14% from 255) = 17.84%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 75.09%
G = 17.84%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CA3013 (or 0xCA3013) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 13. RGB value is (202,48,19). Sum of RGB (Red+Green+Blue) = 202+48+19=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3013 is #35CFEC. Grayscale: #5B5B5B. Windows color (decimal): -3526637 or 1257674. OLE color: 1257674.

HSL color Cylindrical-coordinate representation of color #CA3013: hue angle of 9.51º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA3013 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 19 -
CMYK 0 0.76 0.91 0.21
HSL 9.51º 0.83% 0.43% -
HSV(B) 9.51º 0.91% 0.79% -
XYZ 25.53 14.72 2.11 -
YUV 90.74 87.52 207.36 -
System Red Green Blue C M Y K H S L
Decimal 202 48 19 0 0.76 0.91 0.21 9.51 0.83 0.43
Hex CA 30 13 0 4C 5B 15 A 53 2B
Octal 312 60 23 0 114 133 25 12 123 53
Binary 11001010 110000 10011 0 1001100 1011011 10101 1010 1010011 101011

Color Harmonies of #CA3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3013

Black with #CA3013

Text Example


Text Example

White with #CA3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3013; }

 p { color: rgb(202,48,19); }

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

background-color css

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

 a { background-color: rgb(202,48,19); }

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

border-color css

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

 span { border-color: rgb(202,48,19); }

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