Html Css Color HEX #CA3C02 Harley Davidson Orange

📋 copy color: '#CA3C02'

red 202 ◦ green 60 ◦ blue 2

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

Shades of Harley Davidson Orange #CA3C02

Tints of Harley Davidson Orange #CA3C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.73%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 76.52%
G = 22.73%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA3C02 (or 0xCA3C02) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 02. RGB value is (202,60,2). Sum of RGB (Red+Green+Blue) = 202+60+2=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C02 is #35C3FD. Grayscale: #606060. Windows color (decimal): -3523582 or 146634. OLE color: 146634.

HSL color Cylindrical-coordinate representation of color #CA3C02: hue angle of 17.4º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA3C02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 60 2 -
CMYK 0 0.70 0.99 0.21
HSL 17.4º 0.98% 0.4% -
HSV(B) 17.4º 0.99% 0.79% -
XYZ 25.98 15.79 1.74 -
YUV 95.85 75.04 203.72 -
System Red Green Blue C M Y K H S L
Decimal 202 60 2 0 0.70 0.99 0.21 17.4 0.98 0.4
Hex CA 3C 2 0 46 63 15 11 62 28
Octal 312 74 2 0 106 143 25 21 142 50
Binary 11001010 111100 10 0 1000110 1100011 10101 10001 1100010 101000

Color Harmonies of #CA3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C02

Black with #CA3C02

Text Example


Text Example

White with #CA3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C02; }

 p { color: rgb(202,60,2); }

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

background-color css

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

 a { background-color: rgb(202,60,2); }

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

border-color css

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

 span { border-color: rgb(202,60,2); }

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