Html Css Color HEX #CA3C1E Harley Davidson Orange

📋 copy color: '#CA3C1E'

red 202 ◦ green 60 ◦ blue 30

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

Shades of Harley Davidson Orange #CA3C1E

Tints of Harley Davidson Orange #CA3C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 69.18%
G = 20.55%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA3C1E (or 0xCA3C1E) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 1E. RGB value is (202,60,30). Sum of RGB (Red+Green+Blue) = 202+60+30=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C1E is #35C3E1. Grayscale: #636363. Windows color (decimal): -3523554 or 1981642. OLE color: 1981642.

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

Color convert

RGB 202 60 30 -
CMYK 0 0.70 0.85 0.21
HSL 10.47º 0.74% 0.45% -
HSV(B) 10.47º 0.85% 0.79% -
XYZ 26.21 15.88 2.91 -
YUV 99.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 202 60 30 0 0.70 0.85 0.21 10.47 0.74 0.45
Hex CA 3C 1E 0 46 55 15 A 4A 2D
Octal 312 74 36 0 106 125 25 12 112 55
Binary 11001010 111100 11110 0 1000110 1010101 10101 1010 1001010 101101

Color Harmonies of #CA3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C1E

Black with #CA3C1E

Text Example


Text Example

White with #CA3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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