Html Css Color HEX #CA3A06 Harley Davidson Orange

📋 copy color: '#CA3A06'

red 202 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #CA3A06

Tints of Harley Davidson Orange #CA3A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 6 (2.73% from 255) = 2.26%

R = 75.94%
G = 21.8%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#CA3A06 (or 0xCA3A06) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 06. RGB value is (202,58,6). Sum of RGB (Red+Green+Blue) = 202+58+6=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A06 is #35C5F9. Grayscale: #5F5F5F. Windows color (decimal): -3524090 or 408266. OLE color: 408266.

HSL color Cylindrical-coordinate representation of color #CA3A06: hue angle of 15.92º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA3A06 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 58 6 -
CMYK 0 0.71 0.97 0.21
HSL 15.92º 0.94% 0.41% -
HSV(B) 15.92º 0.97% 0.79% -
XYZ 25.9 15.6 1.82 -
YUV 95.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 202 58 6 0 0.71 0.97 0.21 15.92 0.94 0.41
Hex CA 3A 6 0 47 61 15 10 5E 29
Octal 312 72 6 0 107 141 25 20 136 51
Binary 11001010 111010 110 0 1000111 1100001 10101 10000 1011110 101001

Color Harmonies of #CA3A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A06

Black with #CA3A06

Text Example


Text Example

White with #CA3A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A06; }

 p { color: rgb(202,58,6); }

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

background-color css

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

 a { background-color: rgb(202,58,6); }

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

border-color css

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

 span { border-color: rgb(202,58,6); }

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