Html Css Color HEX #CA3002 Harley Davidson Orange

📋 copy color: '#CA3002'

red 202 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #CA3002

Tints of Harley Davidson Orange #CA3002

RGB

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

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

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

R = 80.16%
G = 19.05%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA3002 (or 0xCA3002) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 02. RGB value is (202,48,2). Sum of RGB (Red+Green+Blue) = 202+48+2=252 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.16% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3002 is #35CFFD. Grayscale: #595959. Windows color (decimal): -3526654 or 143562. OLE color: 143562.

HSL color Cylindrical-coordinate representation of color #CA3002: hue angle of 13.8º 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 #CA3002 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 2 -
CMYK 0 0.76 0.99 0.21
HSL 13.8º 0.98% 0.4% -
HSV(B) 13.8º 0.99% 0.79% -
XYZ 25.43 14.67 1.55 -
YUV 88.8 79.02 208.74 -
System Red Green Blue C M Y K H S L
Decimal 202 48 2 0 0.76 0.99 0.21 13.8 0.98 0.4
Hex CA 30 2 0 4C 63 15 E 62 28
Octal 312 60 2 0 114 143 25 16 142 50
Binary 11001010 110000 10 0 1001100 1100011 10101 1110 1100010 101000

Color Harmonies of #CA3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3002

Black with #CA3002

Text Example


Text Example

White with #CA3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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